Html Css Color HEX #0C9A21 Forest Green

📋 copy color: '#0C9A21'

red 12 ◦ green 154 ◦ blue 33

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

Shades of Forest Green #0C9A21

Tints of Forest Green #0C9A21

RGB

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

 GREEN value IS 154 (60.55% from 255) = 77.39%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 6.03%
G = 77.39%
B = 16.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#0C9A21 (or 0x0C9A21) is known color: Forest Green. HEX triplet: 0C, 9A and 21. RGB value is (12,154,33). Sum of RGB (Red+Green+Blue) = 12+154+33=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 154 (60.55% from 255 or 77.39% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9A21 is #F365DE. Grayscale: #626262. Windows color (decimal): -15951327 or 2202124. OLE color: 2202124.

HSL color Cylindrical-coordinate representation of color #0C9A21: hue angle of 128.87º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9A21 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 154 33 -
CMYK 0.92 0 0.79 0.40
HSL 128.87º 0.86% 0.33% -
HSV(B) 128.87º 0.92% 0.6% -
XYZ 11.98 23.3 5.3 -
YUV 97.75 91.46 66.84 -
System Red Green Blue C M Y K H S L
Decimal 12 154 33 0.92 0 0.79 0.40 128.87 0.86 0.33
Hex C 9A 21 5C 0 4F 28 81 56 21
Octal 14 232 41 134 0 117 50 201 126 41
Binary 1100 10011010 100001 1011100 0 1001111 101000 10000001 1010110 100001

Color Harmonies of #0C9A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9A21

Black with #0C9A21

Text Example


Text Example

White with #0C9A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,154,33); }

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

background-color css

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

 a { background-color: rgb(12,154,33); }

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

border-color css

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

 span { border-color: rgb(12,154,33); }

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