Html Css Color HEX #0BAA1D Islamic Green

📋 copy color: '#0BAA1D'

red 11 ◦ green 170 ◦ blue 29

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

Shades of Islamic Green #0BAA1D

Tints of Islamic Green #0BAA1D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 80.95%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 5.24%
G = 80.95%
B = 13.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0BAA1D (or 0x0BAA1D) is known color: Islamic Green. HEX triplet: 0B, AA and 1D. RGB value is (11,170,29). Sum of RGB (Red+Green+Blue) = 11+170+29=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA1D is #F455E2. Grayscale: #6A6A6A. Windows color (decimal): -16012771 or 1944075. OLE color: 1944075.

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

Color convert

RGB 11 170 29 -
CMYK 0.94 0 0.83 0.33
HSL 126.79º 0.88% 0.35% -
HSV(B) 126.79º 0.94% 0.67% -
XYZ 14.73 28.91 5.97 -
YUV 106.39 84.32 59.96 -
System Red Green Blue C M Y K H S L
Decimal 11 170 29 0.94 0 0.83 0.33 126.79 0.88 0.35
Hex B AA 1D 5E 0 53 21 7F 58 23
Octal 13 252 35 136 0 123 41 177 130 43
Binary 1011 10101010 11101 1011110 0 1010011 100001 1111111 1011000 100011

Color Harmonies of #0BAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA1D

Black with #0BAA1D

Text Example


Text Example

White with #0BAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,29); }

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

background-color css

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

 a { background-color: rgb(11,170,29); }

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

border-color css

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

 span { border-color: rgb(11,170,29); }

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