Html Css Color HEX #1CAA07 Islamic Green

📋 copy color: '#1CAA07'

red 28 ◦ green 170 ◦ blue 7

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

Shades of Islamic Green #1CAA07

Tints of Islamic Green #1CAA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 82.93%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 13.66%
G = 82.93%
B = 3.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#1CAA07 (or 0x1CAA07) is known color: Islamic Green. HEX triplet: 1C, AA and 07. RGB value is (28,170,7). Sum of RGB (Red+Green+Blue) = 28+170+7=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAA07 is #E355F8. Grayscale: #6D6D6D. Windows color (decimal): -14898681 or 502300. OLE color: 502300.

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

Color convert

RGB 28 170 7 -
CMYK 0.84 0 0.96 0.33
HSL 112.27º 0.92% 0.35% -
HSV(B) 112.27º 0.96% 0.67% -
XYZ 14.89 29.01 5.02 -
YUV 108.96 70.46 70.25 -
System Red Green Blue C M Y K H S L
Decimal 28 170 7 0.84 0 0.96 0.33 112.27 0.92 0.35
Hex 1C AA 7 54 0 60 21 70 5C 23
Octal 34 252 7 124 0 140 41 160 134 43
Binary 11100 10101010 111 1010100 0 1100000 100001 1110000 1011100 100011

Color Harmonies of #1CAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAA07

Black with #1CAA07

Text Example


Text Example

White with #1CAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,170,7); }

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

background-color css

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

 a { background-color: rgb(28,170,7); }

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

border-color css

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

 span { border-color: rgb(28,170,7); }

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