Html Css Color HEX #0AA41B Islamic Green

📋 copy color: '#0AA41B'

red 10 ◦ green 164 ◦ blue 27

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

Shades of Islamic Green #0AA41B

Tints of Islamic Green #0AA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 81.59%

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 4.98%
G = 81.59%
B = 13.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#0AA41B (or 0x0AA41B) is known color: Islamic Green. HEX triplet: 0A, A4 and 1B. RGB value is (10,164,27). Sum of RGB (Red+Green+Blue) = 10+164+27=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 164 (64.45% from 255 or 81.59% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA41B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA41B is #F55BE4. Grayscale: #666666. Windows color (decimal): -16079845 or 1811466. OLE color: 1811466.

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

Color convert

RGB 10 164 27 -
CMYK 0.94 0 0.84 0.36
HSL 126.62º 0.89% 0.34% -
HSV(B) 126.62º 0.94% 0.64% -
XYZ 13.6 26.69 5.47 -
YUV 102.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 10 164 27 0.94 0 0.84 0.36 126.62 0.89 0.34
Hex A A4 1B 5E 0 54 24 7F 59 22
Octal 12 244 33 136 0 124 44 177 131 42
Binary 1010 10100100 11011 1011110 0 1010100 100100 1111111 1011001 100010

Color Harmonies of #0AA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA41B

Black with #0AA41B

Text Example


Text Example

White with #0AA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,164,27); }

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

background-color css

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

 a { background-color: rgb(10,164,27); }

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

border-color css

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

 span { border-color: rgb(10,164,27); }

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