Html Css Color HEX #0CFFA2 Medium Spring Green

📋 copy color: '#0CFFA2'

red 12 ◦ green 255 ◦ blue 162

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

Shades of Medium Spring Green #0CFFA2

Tints of Medium Spring Green #0CFFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 2.8%
G = 59.44%
B = 37.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#0CFFA2 (or 0x0CFFA2) is known color: Medium Spring Green. HEX triplet: 0C, FF and A2. RGB value is (12,255,162). Sum of RGB (Red+Green+Blue) = 12+255+162=429 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFFA2 is #F3005D. Grayscale: #ABABAB. Windows color (decimal): -15925342 or 10682124. OLE color: 10682124.

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

Color convert

RGB 12 255 162 -
CMYK 0.95 0 0.36 0
HSL 157.04º 1% 0.52% -
HSV(B) 157.04º 0.95% 1% -
XYZ 42.43 74.21 46.27 -
YUV 171.74 122.49 14.06 -
System Red Green Blue C M Y K H S L
Decimal 12 255 162 0.95 0 0.36 0 157.04 1 0.52
Hex C FF A2 5F 0 24 0 9D 64 34
Octal 14 377 242 137 0 44 0 235 144 64
Binary 1100 11111111 10100010 1011111 0 100100 0 10011101 1100100 110100

Color Harmonies of #0CFFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFA2

Black with #0CFFA2

Text Example


Text Example

White with #0CFFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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