Html Css Color HEX #1CA50C Islamic Green

📋 copy color: '#1CA50C'

red 28 ◦ green 165 ◦ blue 12

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

Shades of Islamic Green #1CA50C

Tints of Islamic Green #1CA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 80.49%

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 13.66%
G = 80.49%
B = 5.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#1CA50C (or 0x1CA50C) is known color: Islamic Green. HEX triplet: 1C, A5 and 0C. RGB value is (28,165,12). Sum of RGB (Red+Green+Blue) = 28+165+12=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA50C is #E35AF3. Grayscale: #6B6B6B. Windows color (decimal): -14899956 or 828700. OLE color: 828700.

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

Color convert

RGB 28 165 12 -
CMYK 0.83 0 0.93 0.35
HSL 113.73º 0.86% 0.35% -
HSV(B) 113.73º 0.93% 0.65% -
XYZ 14 27.18 4.86 -
YUV 106.6 74.61 71.94 -
System Red Green Blue C M Y K H S L
Decimal 28 165 12 0.83 0 0.93 0.35 113.73 0.86 0.35
Hex 1C A5 C 53 0 5D 23 72 56 23
Octal 34 245 14 123 0 135 43 162 126 43
Binary 11100 10100101 1100 1010011 0 1011101 100011 1110010 1010110 100011

Color Harmonies of #1CA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA50C

Black with #1CA50C

Text Example


Text Example

White with #1CA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,12); }

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

background-color css

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

 a { background-color: rgb(28,165,12); }

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

border-color css

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

 span { border-color: rgb(28,165,12); }

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