Html Css Color HEX #0C9821 Forest Green

📋 copy color: '#0C9821'

red 12 ◦ green 152 ◦ blue 33

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

Shades of Forest Green #0C9821

Tints of Forest Green #0C9821

RGB

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

 GREEN value IS 152 (59.77% from 255) = 77.16%

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

R = 6.09%
G = 77.16%
B = 16.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#0C9821 (or 0x0C9821) is known color: Forest Green. HEX triplet: 0C, 98 and 21. RGB value is (12,152,33). Sum of RGB (Red+Green+Blue) = 12+152+33=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9821 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9821 is #F367DE. Grayscale: #606060. Windows color (decimal): -15951839 or 2201612. OLE color: 2201612.

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

Color convert

RGB 12 152 33 -
CMYK 0.92 0 0.78 0.40
HSL 129º 0.85% 0.32% -
HSV(B) 129º 0.92% 0.6% -
XYZ 11.65 22.64 5.2 -
YUV 96.57 92.12 67.68 -
System Red Green Blue C M Y K H S L
Decimal 12 152 33 0.92 0 0.78 0.40 129 0.85 0.32
Hex C 98 21 5C 0 4E 28 81 55 20
Octal 14 230 41 134 0 116 50 201 125 40
Binary 1100 10011000 100001 1011100 0 1001110 101000 10000001 1010101 100000

Color Harmonies of #0C9821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9821

Black with #0C9821

Text Example


Text Example

White with #0C9821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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