Html Css Color HEX #0D9618 Forest Green

📋 copy color: '#0D9618'

red 13 ◦ green 150 ◦ blue 24

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

Shades of Forest Green #0D9618

Tints of Forest Green #0D9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 80.21%

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

R = 6.95%
G = 80.21%
B = 12.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#0D9618 (or 0x0D9618) is known color: Forest Green. HEX triplet: 0D, 96 and 18. RGB value is (13,150,24). Sum of RGB (Red+Green+Blue) = 13+150+24=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9618 is #F269E7. Grayscale: #5F5F5F. Windows color (decimal): -15886824 or 1611277. OLE color: 1611277.

HSL color Cylindrical-coordinate representation of color #0D9618: hue angle of 124.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9618 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 150 24 -
CMYK 0.91 0 0.84 0.41
HSL 124.82º 0.84% 0.32% -
HSV(B) 124.82º 0.91% 0.59% -
XYZ 11.24 21.96 4.51 -
YUV 94.67 88.11 69.75 -
System Red Green Blue C M Y K H S L
Decimal 13 150 24 0.91 0 0.84 0.41 124.82 0.84 0.32
Hex D 96 18 5B 0 54 29 7D 54 20
Octal 15 226 30 133 0 124 51 175 124 40
Binary 1101 10010110 11000 1011011 0 1010100 101001 1111101 1010100 100000

Color Harmonies of #0D9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9618

Black with #0D9618

Text Example


Text Example

White with #0D9618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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