#0C8A1A

Color #0C8A1A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0C8A1A

Tints of Forest Green #0C8A1A

Color information

#0C8A1A (or 0x0C8A1A) is unknown color: approx Forest Green. HEX triplet: 0C, 8A and 1A. RGB value is (12,138,26). Sum of RGB (Red+Green+Blue) = 12+138+26=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 138 (54.30% from 255 or 78.41% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A1A is #F375E5. Grayscale: #575757. Windows color (decimal): -15955430 or 1739276. OLE color: 1739276.

HSL color Cylindrical-coordinate representation of color #0C8A1A: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A1A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1213826-
CMYK0.9100.810.46
HSL126.67º84%29.41%-
HSV(B)126.67º91.3%54.12%-
XYZ9.4318.334.02-
YUV87.5693.2674.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.82%
GREEN value IS 138 (54.30% from 255) = 78.41%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=6.82%
G=78.41%
B=14.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12138260.9100.810.46126.678429.41
HexC8A1A5B0512E7f541d
Octal142123213301215617712435
Binary110010001010110101011011010100011011101111111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C8A1A;
 }
 .AnyTagClassName
 {
   color: #0C8A1A;
 }
</style>
background-color css

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

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

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

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

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

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