Html Css Color HEX #1CA603 Islamic Green

📋 copy color: '#1CA603'

red 28 ◦ green 166 ◦ blue 3

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

Shades of Islamic Green #1CA603

Tints of Islamic Green #1CA603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 84.26%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 14.21%
G = 84.26%
B = 1.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#1CA603 (or 0x1CA603) is known color: Islamic Green. HEX triplet: 1C, A6 and 03. RGB value is (28,166,3). Sum of RGB (Red+Green+Blue) = 28+166+3=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 166 (65.23% from 255 or 84.26% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA603 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA603 is #E359FC. Grayscale: #6A6A6A. Windows color (decimal): -14899709 or 239132. OLE color: 239132.

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

Color convert

RGB 28 166 3 -
CMYK 0.83 0 0.98 0.35
HSL 110.8º 0.96% 0.33% -
HSV(B) 110.8º 0.98% 0.65% -
XYZ 14.13 27.53 4.65 -
YUV 106.16 69.78 72.25 -
System Red Green Blue C M Y K H S L
Decimal 28 166 3 0.83 0 0.98 0.35 110.8 0.96 0.33
Hex 1C A6 3 53 0 62 23 6F 60 21
Octal 34 246 3 123 0 142 43 157 140 41
Binary 11100 10100110 11 1010011 0 1100010 100011 1101111 1100000 100001

Color Harmonies of #1CA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA603

Black with #1CA603

Text Example


Text Example

White with #1CA603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,166,3); }

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

background-color css

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

 a { background-color: rgb(28,166,3); }

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

border-color css

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

 span { border-color: rgb(28,166,3); }

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