Html Css Color HEX #0C830C Green

📋 copy color: '#0C830C'

red 12 ◦ green 131 ◦ blue 12

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

Shades of Green #0C830C

Tints of Green #0C830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 84.52%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 7.74%
G = 84.52%
B = 7.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#0C830C (or 0x0C830C) is known color: Green. HEX triplet: 0C, 83 and 0C. RGB value is (12,131,12). Sum of RGB (Red+Green+Blue) = 12+131+12=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 131 (51.56% from 255 or 84.52% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 131 - color contains mainly: green. Hex color #0C830C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C830C is #F37CF3. Grayscale: #525252. Windows color (decimal): -15957236 or 819980. OLE color: 819980.

HSL color Cylindrical-coordinate representation of color #0C830C: hue angle of 120º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C830C is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 131 12 -
CMYK 0.91 0 0.91 0.49
HSL 120º 0.83% 0.28% -
HSV(B) 120º 0.91% 0.51% -
XYZ 8.33 16.34 3.06 -
YUV 81.85 88.58 78.18 -
System Red Green Blue C M Y K H S L
Decimal 12 131 12 0.91 0 0.91 0.49 120 0.83 0.28
Hex C 83 C 5B 0 5B 31 78 53 1C
Octal 14 203 14 133 0 133 61 170 123 34
Binary 1100 10000011 1100 1011011 0 1011011 110001 1111000 1010011 11100

Color Harmonies of #0C830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C830C

Black with #0C830C

Text Example


Text Example

White with #0C830C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,12); }

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

background-color css

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

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

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

border-color css

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

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

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