Html Css Color HEX #0C8F1A Forest Green

📋 copy color: '#0C8F1A'

red 12 ◦ green 143 ◦ blue 26

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

Shades of Forest Green #0C8F1A

Tints of Forest Green #0C8F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 79.01%

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

R = 6.63%
G = 79.01%
B = 14.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#0C8F1A (or 0x0C8F1A) is known color: Forest Green. HEX triplet: 0C, 8F and 1A. RGB value is (12,143,26). Sum of RGB (Red+Green+Blue) = 12+143+26=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 143 (56.25% from 255 or 79.01% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F1A is #F370E5. Grayscale: #5A5A5A. Windows color (decimal): -15954150 or 1740556. OLE color: 1740556.

HSL color Cylindrical-coordinate representation of color #0C8F1A: hue angle of 126.41º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F1A is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 143 26 -
CMYK 0.92 0 0.82 0.44
HSL 126.41º 0.85% 0.3% -
HSV(B) 126.41º 0.92% 0.56% -
XYZ 10.16 19.8 4.26 -
YUV 90.49 91.6 72.01 -
System Red Green Blue C M Y K H S L
Decimal 12 143 26 0.92 0 0.82 0.44 126.41 0.85 0.3
Hex C 8F 1A 5C 0 52 2C 7E 55 1E
Octal 14 217 32 134 0 122 54 176 125 36
Binary 1100 10001111 11010 1011100 0 1010010 101100 1111110 1010101 11110

Color Harmonies of #0C8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8F1A

Black with #0C8F1A

Text Example


Text Example

White with #0C8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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