Html Css Color HEX #0D6A18 Green

📋 copy color: '#0D6A18'

red 13 ◦ green 106 ◦ blue 24

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

Shades of Green #0D6A18

Tints of Green #0D6A18

RGB

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

 GREEN value IS 106 (41.8% from 255) = 74.13%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 9.09%
G = 74.13%
B = 16.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#0D6A18 (or 0x0D6A18) is known color: Green. HEX triplet: 0D, 6A and 18. RGB value is (13,106,24). Sum of RGB (Red+Green+Blue) = 13+106+24=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 106 (41.80% from 255 or 74.13% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6A18 is #F295E7. Grayscale: #454545. Windows color (decimal): -15898088 or 1600013. OLE color: 1600013.

HSL color Cylindrical-coordinate representation of color #0D6A18: hue angle of 127.1º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6A18 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 106 24 -
CMYK 0.88 0 0.77 0.58
HSL 127.1º 0.78% 0.23% -
HSV(B) 127.1º 0.88% 0.42% -
XYZ 5.48 10.46 2.59 -
YUV 68.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 13 106 24 0.88 0 0.77 0.58 127.1 0.78 0.23
Hex D 6A 18 58 0 4D 3A 7F 4E 17
Octal 15 152 30 130 0 115 72 177 116 27
Binary 1101 1101010 11000 1011000 0 1001101 111010 1111111 1001110 10111

Color Harmonies of #0D6A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6A18

Black with #0D6A18

Text Example


Text Example

White with #0D6A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,106,24); }

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

background-color css

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

 a { background-color: rgb(13,106,24); }

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

border-color css

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

 span { border-color: rgb(13,106,24); }

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