Html Css Color HEX #0CFFAB Medium Spring Green

📋 copy color: '#0CFFAB'

red 12 ◦ green 255 ◦ blue 171

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

Shades of Medium Spring Green #0CFFAB

Tints of Medium Spring Green #0CFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 58.22%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 2.74%
G = 58.22%
B = 39.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#0CFFAB (or 0x0CFFAB) is known color: Medium Spring Green. HEX triplet: 0C, FF and AB. RGB value is (12,255,171). Sum of RGB (Red+Green+Blue) = 12+255+171=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFFAB is #F30054. Grayscale: #ACACAC. Windows color (decimal): -15925333 or 11271948. OLE color: 11271948.

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

Color convert

RGB 12 255 171 -
CMYK 0.95 0 0.33 0
HSL 159.26º 1% 0.52% -
HSV(B) 159.26º 0.95% 1% -
XYZ 43.26 74.54 50.64 -
YUV 172.77 126.99 13.33 -
System Red Green Blue C M Y K H S L
Decimal 12 255 171 0.95 0 0.33 0 159.26 1 0.52
Hex C FF AB 5F 0 21 0 9F 64 34
Octal 14 377 253 137 0 41 0 237 144 64
Binary 1100 11111111 10101011 1011111 0 100001 0 10011111 1100100 110100

Color Harmonies of #0CFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFAB

Black with #0CFFAB

Text Example


Text Example

White with #0CFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,171); }

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

background-color css

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

 a { background-color: rgb(12,255,171); }

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

border-color css

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

 span { border-color: rgb(12,255,171); }

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