Html Css Color HEX #0BAB1E Islamic Green

📋 copy color: '#0BAB1E'

red 11 ◦ green 171 ◦ blue 30

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

Shades of Islamic Green #0BAB1E

Tints of Islamic Green #0BAB1E

RGB

 RED value IS 11 (4.69% from 255) = 5.19%

 GREEN value IS 171 (67.19% from 255) = 80.66%

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 5.19%
G = 80.66%
B = 14.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#0BAB1E (or 0x0BAB1E) is known color: Islamic Green. HEX triplet: 0B, AB and 1E. RGB value is (11,171,30). Sum of RGB (Red+Green+Blue) = 11+171+30=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB1E is #F454E1. Grayscale: #6B6B6B. Windows color (decimal): -16012514 or 2009867. OLE color: 2009867.

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

Color convert

RGB 11 171 30 -
CMYK 0.94 0 0.82 0.33
HSL 127.13º 0.88% 0.36% -
HSV(B) 127.13º 0.94% 0.67% -
XYZ 14.94 29.29 6.09 -
YUV 107.09 84.49 59.46 -
System Red Green Blue C M Y K H S L
Decimal 11 171 30 0.94 0 0.82 0.33 127.13 0.88 0.36
Hex B AB 1E 5E 0 52 21 7F 58 24
Octal 13 253 36 136 0 122 41 177 130 44
Binary 1011 10101011 11110 1011110 0 1010010 100001 1111111 1011000 100100

Color Harmonies of #0BAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB1E

Black with #0BAB1E

Text Example


Text Example

White with #0BAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,30); }

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

background-color css

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

 a { background-color: rgb(11,171,30); }

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

border-color css

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

 span { border-color: rgb(11,171,30); }

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