Html Css Color HEX #1CA406 Islamic Green

📋 copy color: '#1CA406'

red 28 ◦ green 164 ◦ blue 6

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

Shades of Islamic Green #1CA406

Tints of Islamic Green #1CA406

RGB

 RED value IS 28 (11.33% from 255) = 14.14%

 GREEN value IS 164 (64.45% from 255) = 82.83%

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 14.14%
G = 82.83%
B = 3.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#1CA406 (or 0x1CA406) is known color: Islamic Green. HEX triplet: 1C, A4 and 06. RGB value is (28,164,6). Sum of RGB (Red+Green+Blue) = 28+164+6=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 164 (64.45% from 255 or 82.83% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA406 is #E35BF9. Grayscale: #696969. Windows color (decimal): -14900218 or 435228. OLE color: 435228.

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

Color convert

RGB 28 164 6 -
CMYK 0.83 0 0.96 0.36
HSL 111.65º 0.93% 0.33% -
HSV(B) 111.65º 0.96% 0.64% -
XYZ 13.79 26.81 4.62 -
YUV 105.32 71.94 72.85 -
System Red Green Blue C M Y K H S L
Decimal 28 164 6 0.83 0 0.96 0.36 111.65 0.93 0.33
Hex 1C A4 6 53 0 60 24 70 5D 21
Octal 34 244 6 123 0 140 44 160 135 41
Binary 11100 10100100 110 1010011 0 1100000 100100 1110000 1011101 100001

Color Harmonies of #1CA406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA406

Black with #1CA406

Text Example


Text Example

White with #1CA406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,164,6); }

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

background-color css

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

 a { background-color: rgb(28,164,6); }

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

border-color css

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

 span { border-color: rgb(28,164,6); }

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