Html Css Color HEX #0AC602 Islamic Green

📋 copy color: '#0AC602'

red 10 ◦ green 198 ◦ blue 2

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

Shades of Islamic Green #0AC602

Tints of Islamic Green #0AC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 94.29%

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

R = 4.76%
G = 94.29%
B = 0.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#0AC602 (or 0x0AC602) is known color: Islamic Green. HEX triplet: 0A, C6 and 02. RGB value is (10,198,2). Sum of RGB (Red+Green+Blue) = 10+198+2=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 198 (77.73% from 255 or 94.29% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC602 is #F539FD. Grayscale: #787878. Windows color (decimal): -16071166 or 181770. OLE color: 181770.

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

Color convert

RGB 10 198 2 -
CMYK 0.95 0 0.99 0.22
HSL 117.55º 0.98% 0.39% -
HSV(B) 117.55º 0.99% 0.78% -
XYZ 20.33 40.46 6.79 -
YUV 119.44 61.72 49.94 -
System Red Green Blue C M Y K H S L
Decimal 10 198 2 0.95 0 0.99 0.22 117.55 0.98 0.39
Hex A C6 2 5F 0 63 16 76 62 27
Octal 12 306 2 137 0 143 26 166 142 47
Binary 1010 11000110 10 1011111 0 1100011 10110 1110110 1100010 100111

Color Harmonies of #0AC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC602

Black with #0AC602

Text Example


Text Example

White with #0AC602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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