Html Css Color HEX #1CA006 Islamic Green

📋 copy color: '#1CA006'

red 28 ◦ green 160 ◦ blue 6

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

Shades of Islamic Green #1CA006

Tints of Islamic Green #1CA006

RGB

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

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

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

R = 14.43%
G = 82.47%
B = 3.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#1CA006 (or 0x1CA006) is known color: Islamic Green. HEX triplet: 1C, A0 and 06. RGB value is (28,160,6). Sum of RGB (Red+Green+Blue) = 28+160+6=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 160 (62.89% from 255 or 82.47% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA006 is #E35FF9. Grayscale: #676767. Windows color (decimal): -14901242 or 434204. OLE color: 434204.

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

Color convert

RGB 28 160 6 -
CMYK 0.82 0 0.96 0.37
HSL 111.43º 0.93% 0.33% -
HSV(B) 111.43º 0.96% 0.63% -
XYZ 13.08 25.4 4.39 -
YUV 102.98 73.27 74.52 -
System Red Green Blue C M Y K H S L
Decimal 28 160 6 0.82 0 0.96 0.37 111.43 0.93 0.33
Hex 1C A0 6 52 0 60 25 6F 5D 21
Octal 34 240 6 122 0 140 45 157 135 41
Binary 11100 10100000 110 1010010 0 1100000 100101 1101111 1011101 100001

Color Harmonies of #1CA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA006

Black with #1CA006

Text Example


Text Example

White with #1CA006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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