Html Css Color HEX #10A306 Islamic Green

📋 copy color: '#10A306'

red 16 ◦ green 163 ◦ blue 6

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

Shades of Islamic Green #10A306

Tints of Islamic Green #10A306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 88.11%

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 8.65%
G = 88.11%
B = 3.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#10A306 (or 0x10A306) is known color: Islamic Green. HEX triplet: 10, A3 and 06. RGB value is (16,163,6). Sum of RGB (Red+Green+Blue) = 16+163+6=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 163 (64.06% from 255 or 88.11% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 163 - color contains mainly: green. Hex color #10A306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A306 is #EF5CF9. Grayscale: #656565. Windows color (decimal): -15686906 or 434960. OLE color: 434960.

HSL color Cylindrical-coordinate representation of color #10A306: hue angle of 116.18º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10A306 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 6 -
CMYK 0.90 0 0.96 0.36
HSL 116.18º 0.93% 0.33% -
HSV(B) 116.18º 0.96% 0.64% -
XYZ 13.34 26.32 4.55 -
YUV 101.15 74.3 67.27 -
System Red Green Blue C M Y K H S L
Decimal 16 163 6 0.90 0 0.96 0.36 116.18 0.93 0.33
Hex 10 A3 6 5A 0 60 24 74 5D 21
Octal 20 243 6 132 0 140 44 164 135 41
Binary 10000 10100011 110 1011010 0 1100000 100100 1110100 1011101 100001

Color Harmonies of #10A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A306

Black with #10A306

Text Example


Text Example

White with #10A306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,163,6); }

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

background-color css

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

 a { background-color: rgb(16,163,6); }

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

border-color css

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

 span { border-color: rgb(16,163,6); }

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