Html Css Color HEX #1BAA0F Islamic Green

📋 copy color: '#1BAA0F'

red 27 ◦ green 170 ◦ blue 15

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

Shades of Islamic Green #1BAA0F

Tints of Islamic Green #1BAA0F

RGB

 RED value IS 27 (10.94% from 255) = 12.74%

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

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 12.74%
G = 80.19%
B = 7.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#1BAA0F (or 0x1BAA0F) is known color: Islamic Green. HEX triplet: 1B, AA and 0F. RGB value is (27,170,15). Sum of RGB (Red+Green+Blue) = 27+170+15=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAA0F is #E455F0. Grayscale: #6E6E6E. Windows color (decimal): -14964209 or 1026587. OLE color: 1026587.

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

Color convert

RGB 27 170 15 -
CMYK 0.84 0 0.91 0.33
HSL 115.35º 0.84% 0.36% -
HSV(B) 115.35º 0.91% 0.67% -
XYZ 14.91 29.02 5.27 -
YUV 109.57 74.62 69.1 -
System Red Green Blue C M Y K H S L
Decimal 27 170 15 0.84 0 0.91 0.33 115.35 0.84 0.36
Hex 1B AA F 54 0 5B 21 73 54 24
Octal 33 252 17 124 0 133 41 163 124 44
Binary 11011 10101010 1111 1010100 0 1011011 100001 1110011 1010100 100100

Color Harmonies of #1BAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAA0F

Black with #1BAA0F

Text Example


Text Example

White with #1BAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BAA0F; }

 p { color: rgb(27,170,15); }

 H1.HeaderClassName
 {
   color: #1BAA0F;
 }
 .AnyTagClassName
 {
   color: #1BAA0F;
 }
</style>

background-color css

<style>
 a { background-color: #1BAA0F; }

 a { background-color: rgb(27,170,15); }

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

border-color css

<style>
 span { border-color: #1BAA0F; }

 span { border-color: rgb(27,170,15); }

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