Html Css Color HEX #1CAE0E Islamic Green

📋 copy color: '#1CAE0E'

red 28 ◦ green 174 ◦ blue 14

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

Shades of Islamic Green #1CAE0E

Tints of Islamic Green #1CAE0E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 80.56%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 12.96%
G = 80.56%
B = 6.48%

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

#1CAE0E (or 0x1CAE0E) is known color: Islamic Green. HEX triplet: 1C, AE and 0E. RGB value is (28,174,14). Sum of RGB (Red+Green+Blue) = 28+174+14=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 174 (68.36% from 255 or 80.56% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAE0E is #E351F1. Grayscale: #707070. Windows color (decimal): -14897650 or 962076. OLE color: 962076.

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

Color convert

RGB 28 174 14 -
CMYK 0.84 0 0.92 0.32
HSL 114.75º 0.85% 0.37% -
HSV(B) 114.75º 0.92% 0.68% -
XYZ 15.69 30.55 5.49 -
YUV 112.11 72.63 68.01 -
System Red Green Blue C M Y K H S L
Decimal 28 174 14 0.84 0 0.92 0.32 114.75 0.85 0.37
Hex 1C AE E 54 0 5C 20 73 55 25
Octal 34 256 16 124 0 134 40 163 125 45
Binary 11100 10101110 1110 1010100 0 1011100 100000 1110011 1010101 100101

Color Harmonies of #1CAE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE0E

Black with #1CAE0E

Text Example


Text Example

White with #1CAE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,174,14); }

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

background-color css

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

 a { background-color: rgb(28,174,14); }

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

border-color css

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

 span { border-color: rgb(28,174,14); }

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