Html Css Color HEX #1CAF0C Islamic Green

📋 copy color: '#1CAF0C'

red 28 ◦ green 175 ◦ blue 12

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

Shades of Islamic Green #1CAF0C

Tints of Islamic Green #1CAF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 81.4%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 13.02%
G = 81.4%
B = 5.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#1CAF0C (or 0x1CAF0C) is known color: Islamic Green. HEX triplet: 1C, AF and 0C. RGB value is (28,175,12). Sum of RGB (Red+Green+Blue) = 28+175+12=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 175 (68.75% from 255 or 81.40% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAF0C is #E350F3. Grayscale: #707070. Windows color (decimal): -14897396 or 831260. OLE color: 831260.

HSL color Cylindrical-coordinate representation of color #1CAF0C: hue angle of 114.11º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CAF0C is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 12 -
CMYK 0.84 0 0.93 0.31
HSL 114.11º 0.87% 0.37% -
HSV(B) 114.11º 0.93% 0.69% -
XYZ 15.88 30.93 5.48 -
YUV 112.47 71.3 67.75 -
System Red Green Blue C M Y K H S L
Decimal 28 175 12 0.84 0 0.93 0.31 114.11 0.87 0.37
Hex 1C AF C 54 0 5D 1F 72 57 25
Octal 34 257 14 124 0 135 37 162 127 45
Binary 11100 10101111 1100 1010100 0 1011101 11111 1110010 1010111 100101

Color Harmonies of #1CAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF0C

Black with #1CAF0C

Text Example


Text Example

White with #1CAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,175,12); }

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

background-color css

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

 a { background-color: rgb(28,175,12); }

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

border-color css

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

 span { border-color: rgb(28,175,12); }

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