Html Css Color HEX #0C801A Forest Green

📋 copy color: '#0C801A'

red 12 ◦ green 128 ◦ blue 26

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

Shades of Forest Green #0C801A

Tints of Forest Green #0C801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 77.11%

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 7.23%
G = 77.11%
B = 15.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#0C801A (or 0x0C801A) is known color: Forest Green. HEX triplet: 0C, 80 and 1A. RGB value is (12,128,26). Sum of RGB (Red+Green+Blue) = 12+128+26=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 128 (50.39% from 255 or 77.11% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 128 - color contains mainly: green. Hex color #0C801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C801A is #F37FE5. Grayscale: #515151. Windows color (decimal): -15957990 or 1736716. OLE color: 1736716.

HSL color Cylindrical-coordinate representation of color #0C801A: hue angle of 127.24º 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 #0C801A is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 128 26 -
CMYK 0.91 0 0.80 0.50
HSL 127.24º 0.83% 0.27% -
HSV(B) 127.24º 0.91% 0.5% -
XYZ 8.06 15.59 3.56 -
YUV 81.69 96.57 78.29 -
System Red Green Blue C M Y K H S L
Decimal 12 128 26 0.91 0 0.80 0.50 127.24 0.83 0.27
Hex C 80 1A 5B 0 50 32 7F 53 1B
Octal 14 200 32 133 0 120 62 177 123 33
Binary 1100 10000000 11010 1011011 0 1010000 110010 1111111 1010011 11011

Color Harmonies of #0C801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C801A

Black with #0C801A

Text Example


Text Example

White with #0C801A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,26); }

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

background-color css

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

 a { background-color: rgb(12,128,26); }

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

border-color css

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

 span { border-color: rgb(12,128,26); }

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