#249A00

Color #249A00 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #249A00

Tints of Islamic Green #249A00

Color information

#249A00 (or 0x249A00) is unknown color: approx Islamic Green. HEX triplet: 24, 9A and 00. RGB value is (36,154,0). Sum of RGB (Red+Green+Blue) = 36+154+0=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 154 (60.55% from 255 or 81.05% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 154 - color contains mainly: green. Hex color #249A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249A00 is #DB65FF. Grayscale: #656565. Windows color (decimal): -14378496 or 39460. OLE color: 39460.

HSL color Cylindrical-coordinate representation of color #249A00: hue angle of 105.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #249A00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB361540-
CMYK0.77010.40
HSL105.97º100%30.2%-
HSV(B)105.97º100%60.39%-
XYZ12.2823.493.89-
YUV101.1670.9181.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 154 (60.55% from 255) = 81.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.95%
G=81.05%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3615400.77010.40105.9710030.2
Hex249A04D064286a641e
Octal44232011501445015214436
Binary1001001001101001001101011001001010001101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249A00; }

 p { color: rgb(36,154,0); }

 H1.HeaderClassName
 {
   color: #249A00;
 }
 .AnyTagClassName
 {
   color: #249A00;
 }
</style>
background-color css

<style>
 a { background-color: #249A00; }

 a { background-color: rgb(36,154,0); }

 div.DivClassName
 {
   background-color: #249A00;
 }
 .BgClassName
 {
   background-color: #249A00;
 }
</style>
border-color css

<style>
 span { border-color: #249A00; }

 span { border-color: rgb(36,154,0); }

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