Html Css Color HEX #0AB41A Islamic Green

📋 copy color: '#0AB41A'

red 10 ◦ green 180 ◦ blue 26

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

Shades of Islamic Green #0AB41A

Tints of Islamic Green #0AB41A

RGB

 RED value IS 10 (4.3% from 255) = 4.63%

 GREEN value IS 180 (70.7% from 255) = 83.33%

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 4.63%
G = 83.33%
B = 12.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#0AB41A (or 0x0AB41A) is known color: Islamic Green. HEX triplet: 0A, B4 and 1A. RGB value is (10,180,26). Sum of RGB (Red+Green+Blue) = 10+180+26=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 180 (70.70% from 255 or 83.33% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB41A is #F54BE5. Grayscale: #707070. Windows color (decimal): -16075750 or 1750026. OLE color: 1750026.

HSL color Cylindrical-coordinate representation of color #0AB41A: hue angle of 125.65º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB41A is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 180 26 -
CMYK 0.94 0 0.86 0.29
HSL 125.65º 0.89% 0.37% -
HSV(B) 125.65º 0.94% 0.71% -
XYZ 16.63 32.78 6.43 -
YUV 111.61 79.68 55.52 -
System Red Green Blue C M Y K H S L
Decimal 10 180 26 0.94 0 0.86 0.29 125.65 0.89 0.37
Hex A B4 1A 5E 0 56 1D 7E 59 25
Octal 12 264 32 136 0 126 35 176 131 45
Binary 1010 10110100 11010 1011110 0 1010110 11101 1111110 1011001 100101

Color Harmonies of #0AB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB41A

Black with #0AB41A

Text Example


Text Example

White with #0AB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,180,26); }

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

background-color css

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

 a { background-color: rgb(10,180,26); }

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

border-color css

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

 span { border-color: rgb(10,180,26); }

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