Html Css Color HEX #0DA71C Islamic Green

📋 copy color: '#0DA71C'

red 13 ◦ green 167 ◦ blue 28

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

Shades of Islamic Green #0DA71C

Tints of Islamic Green #0DA71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 80.29%

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 6.25%
G = 80.29%
B = 13.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#0DA71C (or 0x0DA71C) is known color: Islamic Green. HEX triplet: 0D, A7 and 1C. RGB value is (13,167,28). Sum of RGB (Red+Green+Blue) = 13+167+28=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 167 (65.62% from 255 or 80.29% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA71C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA71C is #F258E3. Grayscale: #696969. Windows color (decimal): -15882468 or 1877773. OLE color: 1877773.

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

Color convert

RGB 13 167 28 -
CMYK 0.92 0 0.83 0.35
HSL 125.84º 0.86% 0.35% -
HSV(B) 125.84º 0.92% 0.65% -
XYZ 14.19 27.81 5.72 -
YUV 105.11 84.48 62.3 -
System Red Green Blue C M Y K H S L
Decimal 13 167 28 0.92 0 0.83 0.35 125.84 0.86 0.35
Hex D A7 1C 5C 0 53 23 7E 56 23
Octal 15 247 34 134 0 123 43 176 126 43
Binary 1101 10100111 11100 1011100 0 1010011 100011 1111110 1010110 100011

Color Harmonies of #0DA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA71C

Black with #0DA71C

Text Example


Text Example

White with #0DA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,167,28); }

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

background-color css

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

 a { background-color: rgb(13,167,28); }

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

border-color css

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

 span { border-color: rgb(13,167,28); }

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