Html Css Color HEX #0CFBA8 Medium Spring Green

📋 copy color: '#0CFBA8'

red 12 ◦ green 251 ◦ blue 168

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

Shades of Medium Spring Green #0CFBA8

Tints of Medium Spring Green #0CFBA8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.24%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 2.78%
G = 58.24%
B = 38.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#0CFBA8 (or 0x0CFBA8) is known color: Medium Spring Green. HEX triplet: 0C, FB and A8. RGB value is (12,251,168). Sum of RGB (Red+Green+Blue) = 12+251+168=431 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFBA8 is #F30457. Grayscale: #AAAAAA. Windows color (decimal): -15926360 or 11074316. OLE color: 11074316.

HSL color Cylindrical-coordinate representation of color #0CFBA8: hue angle of 159.16º 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 #0CFBA8 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 251 168 -
CMYK 0.95 0 0.33 0.02
HSL 159.16º 0.97% 0.52% -
HSV(B) 159.16º 0.95% 0.98% -
XYZ 41.72 71.9 48.73 -
YUV 170.08 126.82 15.25 -
System Red Green Blue C M Y K H S L
Decimal 12 251 168 0.95 0 0.33 0.02 159.16 0.97 0.52
Hex C FB A8 5F 0 21 2 9F 61 34
Octal 14 373 250 137 0 41 2 237 141 64
Binary 1100 11111011 10101000 1011111 0 100001 10 10011111 1100001 110100

Color Harmonies of #0CFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBA8

Black with #0CFBA8

Text Example


Text Example

White with #0CFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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