Html Css Color HEX #10A602 Islamic Green

📋 copy color: '#10A602'

red 16 ◦ green 166 ◦ blue 2

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

Shades of Islamic Green #10A602

Tints of Islamic Green #10A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 90.22%

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

R = 8.7%
G = 90.22%
B = 1.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#10A602 (or 0x10A602) is known color: Islamic Green. HEX triplet: 10, A6 and 02. RGB value is (16,166,2). Sum of RGB (Red+Green+Blue) = 16+166+2=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 166 (65.23% from 255 or 90.22% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 166 - color contains mainly: green. Hex color #10A602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A602 is #EF59FD. Grayscale: #666666. Windows color (decimal): -15686142 or 173584. OLE color: 173584.

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

Color convert

RGB 16 166 2 -
CMYK 0.90 0 0.99 0.35
HSL 114.88º 0.98% 0.33% -
HSV(B) 114.88º 0.99% 0.65% -
XYZ 13.86 27.39 4.61 -
YUV 102.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 16 166 2 0.90 0 0.99 0.35 114.88 0.98 0.33
Hex 10 A6 2 5A 0 63 23 73 62 21
Octal 20 246 2 132 0 143 43 163 142 41
Binary 10000 10100110 10 1011010 0 1100011 100011 1110011 1100010 100001

Color Harmonies of #10A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A602

Black with #10A602

Text Example


Text Example

White with #10A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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