Html Css Color HEX #04AF10 Islamic Green

📋 copy color: '#04AF10'

red 4 ◦ green 175 ◦ blue 16

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

Shades of Islamic Green #04AF10

Tints of Islamic Green #04AF10

RGB

 RED value IS 4 (1.95% from 255) = 2.05%

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

 BLUE value IS 16 (6.64% from 255) = 8.21%

R = 2.05%
G = 89.74%
B = 8.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#04AF10 (or 0x04AF10) is known color: Islamic Green. HEX triplet: 04, AF and 10. RGB value is (4,175,16). Sum of RGB (Red+Green+Blue) = 4+175+16=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 175 (68.75% from 255 or 89.74% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AF10 is #FB50EF. Grayscale: #6A6A6A. Windows color (decimal): -16470256 or 1093380. OLE color: 1093380.

HSL color Cylindrical-coordinate representation of color #04AF10: hue angle of 124.21º 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 #04AF10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 16 -
CMYK 0.98 0 0.91 0.31
HSL 124.21º 0.96% 0.35% -
HSV(B) 124.21º 0.98% 0.69% -
XYZ 15.47 30.72 5.6 -
YUV 105.75 77.35 55.43 -
System Red Green Blue C M Y K H S L
Decimal 4 175 16 0.98 0 0.91 0.31 124.21 0.96 0.35
Hex 4 AF 10 62 0 5B 1F 7C 60 23
Octal 4 257 20 142 0 133 37 174 140 43
Binary 100 10101111 10000 1100010 0 1011011 11111 1111100 1100000 100011

Color Harmonies of #04AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF10

Black with #04AF10

Text Example


Text Example

White with #04AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AF10;
 }
 .AnyTagClassName
 {
   color: #04AF10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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