Html Css Color HEX #0DAC1D Islamic Green

📋 copy color: '#0DAC1D'

red 13 ◦ green 172 ◦ blue 29

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

Shades of Islamic Green #0DAC1D

Tints of Islamic Green #0DAC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 80.37%

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 6.07%
G = 80.37%
B = 13.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0DAC1D (or 0x0DAC1D) is known color: Islamic Green. HEX triplet: 0D, AC and 1D. RGB value is (13,172,29). Sum of RGB (Red+Green+Blue) = 13+172+29=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 172 (67.58% from 255 or 80.37% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC1D is #F253E2. Grayscale: #6C6C6C. Windows color (decimal): -15881187 or 1944589. OLE color: 1944589.

HSL color Cylindrical-coordinate representation of color #0DAC1D: hue angle of 126.04º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC1D is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 172 29 -
CMYK 0.92 0 0.83 0.33
HSL 126.04º 0.86% 0.36% -
HSV(B) 126.04º 0.92% 0.67% -
XYZ 15.14 29.68 6.09 -
YUV 108.16 83.32 60.13 -
System Red Green Blue C M Y K H S L
Decimal 13 172 29 0.92 0 0.83 0.33 126.04 0.86 0.36
Hex D AC 1D 5C 0 53 21 7E 56 24
Octal 15 254 35 134 0 123 41 176 126 44
Binary 1101 10101100 11101 1011100 0 1010011 100001 1111110 1010110 100100

Color Harmonies of #0DAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC1D

Black with #0DAC1D

Text Example


Text Example

White with #0DAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,29); }

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

background-color css

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

 a { background-color: rgb(13,172,29); }

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

border-color css

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

 span { border-color: rgb(13,172,29); }

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