#0cfb6b

Color #0CFB6B Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0CFB6B

Tints of Spring Green #0CFB6B

Color information

#0CFB6B (or 0x0CFB6B) is unknown color: approx Spring Green. HEX triplet: 0C, FB and 6B. RGB value is (12,251,107). Sum of RGB (Red+Green+Blue) = 12+251+107=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB6B is #F30494. Grayscale: #A3A3A3. Windows color (decimal): -15926421 or 7076620. OLE color: 7076620.

HSL color Cylindrical-coordinate representation of color #0CFB6B: hue angle of 143.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFB6B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB12251107-
CMYK0.9500.570.02
HSL143.85º96.76%51.57%-
HSV(B)143.85º95.22%98.43%-
XYZ37.370.1325.48-
YUV163.1296.3220.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 3.24%
GREEN value IS 251 (98.44% from 255) = 67.84%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=3.24%
G=67.84%
B=28.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122511070.9500.570.02143.8596.7651.57
HexCFB6B5F0392906134
Octal14373153137071222014164
Binary11001111101111010111011111011100110100100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cfb6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0cfb6b; }

 p { color: rgb(12,251,107); }

 H1.HeaderClassName
 {
   color: #0cfb6b;
 }
 .AnyTagClassName
 {
   color: #0cfb6b;
 }
</style>
background-color css

<style>
 a { background-color: #0cfb6b; }

 a { background-color: rgb(12,251,107); }

 div.DivClassName
 {
   background-color: #0cfb6b;
 }
 .BgClassName
 {
   background-color: #0cfb6b;
 }
</style>
border-color css

<style>
 span { border-color: #0cfb6b; }

 span { border-color: rgb(12,251,107); }

 td.TdClassName
 {
   border-color: #0cfb6b;
 }
 .TagClassName
 {
   border-color: #0cfb6b;
 }
</style>