Html Css Color HEX #1CA300 Islamic Green

📋 copy color: '#1CA300'

red 28 ◦ green 163 ◦ blue 0

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

Shades of Islamic Green #1CA300

Tints of Islamic Green #1CA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 85.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.66%
G = 85.34%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#1CA300 (or 0x1CA300) is known color: Islamic Green. HEX triplet: 1C, A3 and 00. RGB value is (28,163,0). Sum of RGB (Red+Green+Blue) = 28+163+0=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 163 (64.06% from 255 or 85.34% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA300 is #E35CFF. Grayscale: #686868. Windows color (decimal): -14900480 or 41756. OLE color: 41756.

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

Color convert

RGB 28 163 0 -
CMYK 0.83 0 1 0.36
HSL 109.69º 1% 0.32% -
HSV(B) 109.69º 1% 0.64% -
XYZ 13.58 26.44 4.39 -
YUV 104.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 28 163 0 0.83 0 1 0.36 109.69 1 0.32
Hex 1C A3 0 53 0 64 24 6E 64 20
Octal 34 243 0 123 0 144 44 156 144 40
Binary 11100 10100011 0 1010011 0 1100100 100100 1101110 1100100 100000

Color Harmonies of #1CA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA300

Black with #1CA300

Text Example


Text Example

White with #1CA300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,0); }

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

background-color css

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

 a { background-color: rgb(28,163,0); }

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

border-color css

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

 span { border-color: rgb(28,163,0); }

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