Html Css Color HEX #0C7F17 Green

📋 copy color: '#0C7F17'

red 12 ◦ green 127 ◦ blue 23

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

Shades of Green #0C7F17

Tints of Green #0C7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 78.4%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 7.41%
G = 78.4%
B = 14.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#0C7F17 (or 0x0C7F17) is known color: Green. HEX triplet: 0C, 7F and 17. RGB value is (12,127,23). Sum of RGB (Red+Green+Blue) = 12+127+23=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7F17 is #F380E8. Grayscale: #515151. Windows color (decimal): -15958249 or 1539852. OLE color: 1539852.

HSL color Cylindrical-coordinate representation of color #0C7F17: hue angle of 125.74º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F17 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 127 23 -
CMYK 0.91 0 0.82 0.50
HSL 125.74º 0.83% 0.27% -
HSV(B) 125.74º 0.91% 0.5% -
XYZ 7.9 15.32 3.35 -
YUV 80.76 95.4 78.96 -
System Red Green Blue C M Y K H S L
Decimal 12 127 23 0.91 0 0.82 0.50 125.74 0.83 0.27
Hex C 7F 17 5B 0 52 32 7E 53 1B
Octal 14 177 27 133 0 122 62 176 123 33
Binary 1100 1111111 10111 1011011 0 1010010 110010 1111110 1010011 11011

Color Harmonies of #0C7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7F17

Black with #0C7F17

Text Example


Text Example

White with #0C7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,127,23); }

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

background-color css

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

 a { background-color: rgb(12,127,23); }

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

border-color css

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

 span { border-color: rgb(12,127,23); }

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