Html Css Color HEX #10AF02 Islamic Green

📋 copy color: '#10AF02'

red 16 ◦ green 175 ◦ blue 2

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

Shades of Islamic Green #10AF02

Tints of Islamic Green #10AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 8.29%
G = 90.67%
B = 1.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#10AF02 (or 0x10AF02) is known color: Islamic Green. HEX triplet: 10, AF and 02. RGB value is (16,175,2). Sum of RGB (Red+Green+Blue) = 16+175+2=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 175 (68.75% from 255 or 90.67% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF02 is #EF50FD. Grayscale: #6C6C6C. Windows color (decimal): -15683838 or 175888. OLE color: 175888.

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

Color convert

RGB 16 175 2 -
CMYK 0.91 0 0.99 0.31
HSL 115.14º 0.98% 0.35% -
HSV(B) 115.14º 0.99% 0.69% -
XYZ 15.55 30.77 5.18 -
YUV 107.74 68.32 62.57 -
System Red Green Blue C M Y K H S L
Decimal 16 175 2 0.91 0 0.99 0.31 115.14 0.98 0.35
Hex 10 AF 2 5B 0 63 1F 73 62 23
Octal 20 257 2 133 0 143 37 163 142 43
Binary 10000 10101111 10 1011011 0 1100011 11111 1110011 1100010 100011

Color Harmonies of #10AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF02

Black with #10AF02

Text Example


Text Example

White with #10AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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