Html Css Color HEX #0AC902 Islamic Green

📋 copy color: '#0AC902'

red 10 ◦ green 201 ◦ blue 2

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

Shades of Islamic Green #0AC902

Tints of Islamic Green #0AC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 94.37%

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

R = 4.69%
G = 94.37%
B = 0.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#0AC902 (or 0x0AC902) is known color: Islamic Green. HEX triplet: 0A, C9 and 02. RGB value is (10,201,2). Sum of RGB (Red+Green+Blue) = 10+201+2=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 201 (78.91% from 255 or 94.37% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC902 is #F536FD. Grayscale: #797979. Windows color (decimal): -16070398 or 182538. OLE color: 182538.

HSL color Cylindrical-coordinate representation of color #0AC902: hue angle of 117.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AC902 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 201 2 -
CMYK 0.95 0 0.99 0.21
HSL 117.59º 0.98% 0.4% -
HSV(B) 117.59º 0.99% 0.79% -
XYZ 21.02 41.84 7.03 -
YUV 121.21 60.72 48.68 -
System Red Green Blue C M Y K H S L
Decimal 10 201 2 0.95 0 0.99 0.21 117.59 0.98 0.4
Hex A C9 2 5F 0 63 15 76 62 28
Octal 12 311 2 137 0 143 25 166 142 50
Binary 1010 11001001 10 1011111 0 1100011 10101 1110110 1100010 101000

Color Harmonies of #0AC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC902

Black with #0AC902

Text Example


Text Example

White with #0AC902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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