Html Css Color HEX #0D840C Green

📋 copy color: '#0D840C'

red 13 ◦ green 132 ◦ blue 12

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

Shades of Green #0D840C

Tints of Green #0D840C

RGB

 RED value IS 13 (5.47% from 255) = 8.28%

 GREEN value IS 132 (51.95% from 255) = 84.08%

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

R = 8.28%
G = 84.08%
B = 7.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#0D840C (or 0x0D840C) is known color: Green. HEX triplet: 0D, 84 and 0C. RGB value is (13,132,12). Sum of RGB (Red+Green+Blue) = 13+132+12=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #0D840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D840C is #F27BF3. Grayscale: #535353. Windows color (decimal): -15891444 or 820237. OLE color: 820237.

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

Color convert

RGB 13 132 12 -
CMYK 0.90 0 0.91 0.48
HSL 119.5º 0.83% 0.28% -
HSV(B) 119.5º 0.91% 0.52% -
XYZ 8.48 16.61 3.11 -
YUV 82.74 88.08 78.26 -
System Red Green Blue C M Y K H S L
Decimal 13 132 12 0.90 0 0.91 0.48 119.5 0.83 0.28
Hex D 84 C 5A 0 5B 30 78 53 1C
Octal 15 204 14 132 0 133 60 170 123 34
Binary 1101 10000100 1100 1011010 0 1011011 110000 1111000 1010011 11100

Color Harmonies of #0D840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D840C

Black with #0D840C

Text Example


Text Example

White with #0D840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,12); }

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

background-color css

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

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

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

border-color css

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

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

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