Html Css Color HEX #0CF96E Spring Green

📋 copy color: '#0CF96E'

red 12 ◦ green 249 ◦ blue 110

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

Shades of Spring Green #0CF96E

Tints of Spring Green #0CF96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.12%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 3.23%
G = 67.12%
B = 29.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#0CF96E (or 0x0CF96E) is known color: Spring Green. HEX triplet: 0C, F9 and 6E. RGB value is (12,249,110). Sum of RGB (Red+Green+Blue) = 12+249+110=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF96E is #F30691. Grayscale: #A2A2A2. Windows color (decimal): -15926930 or 7272716. OLE color: 7272716.

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

Color convert

RGB 12 249 110 -
CMYK 0.95 0 0.56 0.02
HSL 144.81º 0.95% 0.51% -
HSV(B) 144.81º 0.95% 0.98% -
XYZ 36.84 68.96 26.12 -
YUV 162.29 98.48 20.8 -
System Red Green Blue C M Y K H S L
Decimal 12 249 110 0.95 0 0.56 0.02 144.81 0.95 0.51
Hex C F9 6E 5F 0 38 2 91 5F 33
Octal 14 371 156 137 0 70 2 221 137 63
Binary 1100 11111001 1101110 1011111 0 111000 10 10010001 1011111 110011

Color Harmonies of #0CF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF96E

Black with #0CF96E

Text Example


Text Example

White with #0CF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,249,110); }

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

background-color css

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

 a { background-color: rgb(12,249,110); }

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

border-color css

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

 span { border-color: rgb(12,249,110); }

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