Html Css Color HEX #1CAD0D Islamic Green

📋 copy color: '#1CAD0D'

red 28 ◦ green 173 ◦ blue 13

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

Shades of Islamic Green #1CAD0D

Tints of Islamic Green #1CAD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.07%

R = 13.08%
G = 80.84%
B = 6.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#1CAD0D (or 0x1CAD0D) is known color: Islamic Green. HEX triplet: 1C, AD and 0D. RGB value is (28,173,13). Sum of RGB (Red+Green+Blue) = 28+173+13=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 173 (67.97% from 255 or 80.84% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAD0D is #E352F2. Grayscale: #6F6F6F. Windows color (decimal): -14897907 or 896284. OLE color: 896284.

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

Color convert

RGB 28 173 13 -
CMYK 0.84 0 0.92 0.32
HSL 114.38º 0.86% 0.36% -
HSV(B) 114.38º 0.92% 0.68% -
XYZ 15.5 30.16 5.39 -
YUV 111.41 72.46 68.51 -
System Red Green Blue C M Y K H S L
Decimal 28 173 13 0.84 0 0.92 0.32 114.38 0.86 0.36
Hex 1C AD D 54 0 5C 20 72 56 24
Octal 34 255 15 124 0 134 40 162 126 44
Binary 11100 10101101 1101 1010100 0 1011100 100000 1110010 1010110 100100

Color Harmonies of #1CAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD0D

Black with #1CAD0D

Text Example


Text Example

White with #1CAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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