Html Css Color HEX #1CA003 Islamic Green

📋 copy color: '#1CA003'

red 28 ◦ green 160 ◦ blue 3

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

Shades of Islamic Green #1CA003

Tints of Islamic Green #1CA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 83.77%

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

R = 14.66%
G = 83.77%
B = 1.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#1CA003 (or 0x1CA003) is known color: Islamic Green. HEX triplet: 1C, A0 and 03. RGB value is (28,160,3). Sum of RGB (Red+Green+Blue) = 28+160+3=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 160 (62.89% from 255 or 83.77% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA003 is #E35FFC. Grayscale: #676767. Windows color (decimal): -14901245 or 237596. OLE color: 237596.

HSL color Cylindrical-coordinate representation of color #1CA003: hue angle of 110.45º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CA003 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 160 3 -
CMYK 0.82 0 0.98 0.37
HSL 110.45º 0.96% 0.32% -
HSV(B) 110.45º 0.98% 0.63% -
XYZ 13.07 25.4 4.3 -
YUV 102.63 71.77 74.77 -
System Red Green Blue C M Y K H S L
Decimal 28 160 3 0.82 0 0.98 0.37 110.45 0.96 0.32
Hex 1C A0 3 52 0 62 25 6E 60 20
Octal 34 240 3 122 0 142 45 156 140 40
Binary 11100 10100000 11 1010010 0 1100010 100101 1101110 1100000 100000

Color Harmonies of #1CA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA003

Black with #1CA003

Text Example


Text Example

White with #1CA003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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