Html Css Color HEX #1CAC06 Islamic Green

📋 copy color: '#1CAC06'

red 28 ◦ green 172 ◦ blue 6

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

Shades of Islamic Green #1CAC06

Tints of Islamic Green #1CAC06

RGB

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

 GREEN value IS 172 (67.58% from 255) = 83.5%

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

R = 13.59%
G = 83.5%
B = 2.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#1CAC06 (or 0x1CAC06) is known color: Islamic Green. HEX triplet: 1C, AC and 06. RGB value is (28,172,6). Sum of RGB (Red+Green+Blue) = 28+172+6=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 172 (67.58% from 255 or 83.50% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC06 is #E353F9. Grayscale: #6E6E6E. Windows color (decimal): -14898170 or 437276. OLE color: 437276.

HSL color Cylindrical-coordinate representation of color #1CAC06: hue angle of 112.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CAC06 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 6 -
CMYK 0.84 0 0.97 0.33
HSL 112.05º 0.93% 0.35% -
HSV(B) 112.05º 0.97% 0.67% -
XYZ 15.26 29.77 5.11 -
YUV 110.02 69.29 69.5 -
System Red Green Blue C M Y K H S L
Decimal 28 172 6 0.84 0 0.97 0.33 112.05 0.93 0.35
Hex 1C AC 6 54 0 61 21 70 5D 23
Octal 34 254 6 124 0 141 41 160 135 43
Binary 11100 10101100 110 1010100 0 1100001 100001 1110000 1011101 100011

Color Harmonies of #1CAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC06

Black with #1CAC06

Text Example


Text Example

White with #1CAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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