Html Css Color HEX #0DA215 Islamic Green

📋 copy color: '#0DA215'

red 13 ◦ green 162 ◦ blue 21

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

Shades of Islamic Green #0DA215

Tints of Islamic Green #0DA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 82.65%

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 6.63%
G = 82.65%
B = 10.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#0DA215 (or 0x0DA215) is known color: Islamic Green. HEX triplet: 0D, A2 and 15. RGB value is (13,162,21). Sum of RGB (Red+Green+Blue) = 13+162+21=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 162 (63.67% from 255 or 82.65% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA215 is #F25DEA. Grayscale: #656565. Windows color (decimal): -15883755 or 1417741. OLE color: 1417741.

HSL color Cylindrical-coordinate representation of color #0DA215: hue angle of 123.22º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA215 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 162 21 -
CMYK 0.92 0 0.87 0.36
HSL 123.22º 0.85% 0.34% -
HSV(B) 123.22º 0.92% 0.64% -
XYZ 13.22 25.98 5.03 -
YUV 101.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 13 162 21 0.92 0 0.87 0.36 123.22 0.85 0.34
Hex D A2 15 5C 0 57 24 7B 55 22
Octal 15 242 25 134 0 127 44 173 125 42
Binary 1101 10100010 10101 1011100 0 1010111 100100 1111011 1010101 100010

Color Harmonies of #0DA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA215

Black with #0DA215

Text Example


Text Example

White with #0DA215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,162,21); }

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

background-color css

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

 a { background-color: rgb(13,162,21); }

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

border-color css

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

 span { border-color: rgb(13,162,21); }

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