#04AF14

Color #04AF14 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #04AF14

Tints of Islamic Green #04AF14

Color information

#04AF14 (or 0x04AF14) is unknown color: approx Islamic Green. HEX triplet: 04, AF and 14. RGB value is (4,175,20). Sum of RGB (Red+Green+Blue) = 4+175+20=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 175 (68.75% from 255 or 87.94% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AF14 is #FB50EB. Grayscale: #6A6A6A. Windows color (decimal): -16470252 or 1355524. OLE color: 1355524.

HSL color Cylindrical-coordinate representation of color #04AF14: hue angle of 125.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF14 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB417520-
CMYK0.9800.890.31
HSL125.61º95.53%35.1%-
HSV(B)125.61º97.71%68.63%-
XYZ15.5130.745.78-
YUV106.279.3555.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 175 (68.75% from 255) = 87.94%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=2.01%
G=87.94%
B=10.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4175200.9800.890.31125.6195.5335.1
Hex4AF14620591F7e6023
Octal42572414201313717614043
Binary10010101111101001100010010110011111111111101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04AF14; }

 p { color: rgb(4,175,20); }

 H1.HeaderClassName
 {
   color: #04AF14;
 }
 .AnyTagClassName
 {
   color: #04AF14;
 }
</style>
background-color css

<style>
 a { background-color: #04AF14; }

 a { background-color: rgb(4,175,20); }

 div.DivClassName
 {
   background-color: #04AF14;
 }
 .BgClassName
 {
   background-color: #04AF14;
 }
</style>
border-color css

<style>
 span { border-color: #04AF14; }

 span { border-color: rgb(4,175,20); }

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