Html Css Color HEX #0A9E1B Islamic Green

📋 copy color: '#0A9E1B'

red 10 ◦ green 158 ◦ blue 27

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

Shades of Islamic Green #0A9E1B

Tints of Islamic Green #0A9E1B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 81.03%

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

R = 5.13%
G = 81.03%
B = 13.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#0A9E1B (or 0x0A9E1B) is known color: Islamic Green. HEX triplet: 0A, 9E and 1B. RGB value is (10,158,27). Sum of RGB (Red+Green+Blue) = 10+158+27=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 158 (62.11% from 255 or 81.03% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9E1B is #F561E4. Grayscale: #636363. Windows color (decimal): -16081381 or 1809930. OLE color: 1809930.

HSL color Cylindrical-coordinate representation of color #0A9E1B: hue angle of 126.89º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E1B is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 158 27 -
CMYK 0.94 0 0.83 0.38
HSL 126.89º 0.88% 0.33% -
HSV(B) 126.89º 0.94% 0.62% -
XYZ 12.55 24.6 5.12 -
YUV 98.81 87.47 64.65 -
System Red Green Blue C M Y K H S L
Decimal 10 158 27 0.94 0 0.83 0.38 126.89 0.88 0.33
Hex A 9E 1B 5E 0 53 26 7F 58 21
Octal 12 236 33 136 0 123 46 177 130 41
Binary 1010 10011110 11011 1011110 0 1010011 100110 1111111 1011000 100001

Color Harmonies of #0A9E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E1B

Black with #0A9E1B

Text Example


Text Example

White with #0A9E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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