Html Css Color HEX #0CF587 Spring Green

📋 copy color: '#0CF587'

red 12 ◦ green 245 ◦ blue 135

#0CF587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #0CF587

Tints of Spring Green #0CF587

RGB

 RED value IS 12 (5.08% from 255) = 3.06%

 GREEN value IS 245 (96.09% from 255) = 62.5%

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 3.06%
G = 62.5%
B = 34.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#0CF587 (or 0x0CF587) is known color: Spring Green. HEX triplet: 0C, F5 and 87. RGB value is (12,245,135). Sum of RGB (Red+Green+Blue) = 12+245+135=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 245 (96.09% from 255 or 62.5% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 245 - color contains mainly: green. Hex color #0CF587 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF587 is #F30A78. Grayscale: #A2A2A2. Windows color (decimal): -15927929 or 8910092. OLE color: 8910092.

HSL color Cylindrical-coordinate representation of color #0CF587: hue angle of 151.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF587 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 12 245 135 -
CMYK 0.95 0 0.45 0.04
HSL 151.67º 0.92% 0.5% -
HSV(B) 151.67º 0.95% 0.96% -
XYZ 37.18 67.13 33.92 -
YUV 162.79 112.31 20.44 -
System Red Green Blue C M Y K H S L
Decimal 12 245 135 0.95 0 0.45 0.04 151.67 0.92 0.5
Hex C F5 87 5F 0 2D 4 98 5C 32
Octal 14 365 207 137 0 55 4 230 134 62
Binary 1100 11110101 10000111 1011111 0 101101 100 10011000 1011100 110010

Color Harmonies of #0CF587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF587

Black with #0CF587

Text Example


Text Example

White with #0CF587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,245,135); }

 H1.HeaderClassName
 {
   color: #0CF587;
 }
 .AnyTagClassName
 {
   color: #0CF587;
 }
</style>

background-color css

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

 a { background-color: rgb(12,245,135); }

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

border-color css

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

 span { border-color: rgb(12,245,135); }

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