Html Css Color HEX #10AF04 Islamic Green

📋 copy color: '#10AF04'

red 16 ◦ green 175 ◦ blue 4

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

Shades of Islamic Green #10AF04

Tints of Islamic Green #10AF04

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 16 175 4 -
CMYK 0.91 0 0.98 0.31
HSL 115.79º 0.96% 0.35% -
HSV(B) 115.79º 0.98% 0.69% -
XYZ 15.57 30.78 5.24 -
YUV 107.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 16 175 4 0.91 0 0.98 0.31 115.79 0.96 0.35
Hex 10 AF 4 5B 0 62 1F 74 60 23
Octal 20 257 4 133 0 142 37 164 140 43
Binary 10000 10101111 100 1011011 0 1100010 11111 1110100 1100000 100011

Color Harmonies of #10AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF04

Black with #10AF04

Text Example


Text Example

White with #10AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AF04; }

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

 H1.HeaderClassName
 {
   color: #10AF04;
 }
 .AnyTagClassName
 {
   color: #10AF04;
 }
</style>

background-color css

<style>
 a { background-color: #10AF04; }

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

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

border-color css

<style>
 span { border-color: #10AF04; }

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

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