Html Css Color HEX #0CF76E Spring Green

📋 copy color: '#0CF76E'

red 12 ◦ green 247 ◦ blue 110

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

Shades of Spring Green #0CF76E

Tints of Spring Green #0CF76E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.94%

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

R = 3.25%
G = 66.94%
B = 29.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#0CF76E (or 0x0CF76E) is known color: Spring Green. HEX triplet: 0C, F7 and 6E. RGB value is (12,247,110). Sum of RGB (Red+Green+Blue) = 12+247+110=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF76E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF76E is #F30891. Grayscale: #A1A1A1. Windows color (decimal): -15927442 or 7272204. OLE color: 7272204.

HSL color Cylindrical-coordinate representation of color #0CF76E: hue angle of 145.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF76E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 247 110 -
CMYK 0.95 0 0.55 0.03
HSL 145.02º 0.94% 0.51% -
HSV(B) 145.02º 0.95% 0.97% -
XYZ 36.23 67.73 25.91 -
YUV 161.12 99.14 21.64 -
System Red Green Blue C M Y K H S L
Decimal 12 247 110 0.95 0 0.55 0.03 145.02 0.94 0.51
Hex C F7 6E 5F 0 37 3 91 5E 33
Octal 14 367 156 137 0 67 3 221 136 63
Binary 1100 11110111 1101110 1011111 0 110111 11 10010001 1011110 110011

Color Harmonies of #0CF76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF76E

Black with #0CF76E

Text Example


Text Example

White with #0CF76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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