Html Css Color HEX #1CAD06 Islamic Green

📋 copy color: '#1CAD06'

red 28 ◦ green 173 ◦ blue 6

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

Shades of Islamic Green #1CAD06

Tints of Islamic Green #1CAD06

RGB

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

 GREEN value IS 173 (67.97% from 255) = 83.57%

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

R = 13.53%
G = 83.57%
B = 2.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#1CAD06 (or 0x1CAD06) is known color: Islamic Green. HEX triplet: 1C, AD and 06. RGB value is (28,173,6). Sum of RGB (Red+Green+Blue) = 28+173+6=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAD06 is #E352F9. Grayscale: #6F6F6F. Windows color (decimal): -14897914 or 437532. OLE color: 437532.

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

Color convert

RGB 28 173 6 -
CMYK 0.84 0 0.97 0.32
HSL 112.1º 0.93% 0.35% -
HSV(B) 112.1º 0.97% 0.68% -
XYZ 15.46 30.15 5.18 -
YUV 110.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 28 173 6 0.84 0 0.97 0.32 112.1 0.93 0.35
Hex 1C AD 6 54 0 61 20 70 5D 23
Octal 34 255 6 124 0 141 40 160 135 43
Binary 11100 10101101 110 1010100 0 1100001 100000 1110000 1011101 100011

Color Harmonies of #1CAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD06

Black with #1CAD06

Text Example


Text Example

White with #1CAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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