Html Css Color HEX #0A9802 Islamic Green

📋 copy color: '#0A9802'

red 10 ◦ green 152 ◦ blue 2

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

Shades of Islamic Green #0A9802

Tints of Islamic Green #0A9802

RGB

 RED value IS 10 (4.3% from 255) = 6.1%

 GREEN value IS 152 (59.77% from 255) = 92.68%

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

R = 6.1%
G = 92.68%
B = 1.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#0A9802 (or 0x0A9802) is known color: Islamic Green. HEX triplet: 0A, 98 and 02. RGB value is (10,152,2). Sum of RGB (Red+Green+Blue) = 10+152+2=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 152 (59.77% from 255 or 92.68% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 152 - color contains mainly: green. Hex color #0A9802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9802 is #F567FD. Grayscale: #5C5C5C. Windows color (decimal): -16082942 or 169994. OLE color: 169994.

HSL color Cylindrical-coordinate representation of color #0A9802: hue angle of 116.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A9802 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 152 2 -
CMYK 0.93 0 0.99 0.40
HSL 116.8º 0.97% 0.3% -
HSV(B) 116.8º 0.99% 0.6% -
XYZ 11.36 22.53 3.81 -
YUV 92.44 76.96 69.2 -
System Red Green Blue C M Y K H S L
Decimal 10 152 2 0.93 0 0.99 0.40 116.8 0.97 0.3
Hex A 98 2 5D 0 63 28 75 61 1E
Octal 12 230 2 135 0 143 50 165 141 36
Binary 1010 10011000 10 1011101 0 1100011 101000 1110101 1100001 11110

Color Harmonies of #0A9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9802

Black with #0A9802

Text Example


Text Example

White with #0A9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9802; }

 p { color: rgb(10,152,2); }

 H1.HeaderClassName
 {
   color: #0A9802;
 }
 .AnyTagClassName
 {
   color: #0A9802;
 }
</style>

background-color css

<style>
 a { background-color: #0A9802; }

 a { background-color: rgb(10,152,2); }

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

border-color css

<style>
 span { border-color: #0A9802; }

 span { border-color: rgb(10,152,2); }

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