#1CA208

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

Shades of Islamic Green #1CA208

Tints of Islamic Green #1CA208

Color information

#1CA208 (or 0x1CA208) is unknown color: approx Islamic Green. HEX triplet: 1C, A2 and 08. RGB value is (28,162,8). Sum of RGB (Red+Green+Blue) = 28+162+8=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 162 (63.67% from 255 or 81.82% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA208 is #E35DF7. Grayscale: #686868. Windows color (decimal): -14900728 or 565788. OLE color: 565788.

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

Color convert

RGB281628-
CMYK0.8300.950.36
HSL112.21º90.59%33.33%-
HSV(B)112.21º95.06%63.53%-
XYZ13.4426.114.56-
YUV104.3873.6173.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 162 (63.67% from 255) = 81.82%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=14.14%
G=81.82%
B=4.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2816280.8300.950.36112.2190.5933.33
Hex1CA285305F24705b21
Octal342421012301374416013341
Binary1110010100010100010100110101111110010011100001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,162,8); }

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

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

 a { background-color: rgb(28,162,8); }

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

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

 span { border-color: rgb(28,162,8); }

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