Html Css Color HEX #0AC600 Islamic Green

📋 copy color: '#0AC600'

red 10 ◦ green 198 ◦ blue 0

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

Shades of Islamic Green #0AC600

Tints of Islamic Green #0AC600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.81%
G = 95.19%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#0AC600 (or 0x0AC600) is known color: Islamic Green. HEX triplet: 0A, C6 and 00. RGB value is (10,198,0). Sum of RGB (Red+Green+Blue) = 10+198+0=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 198 (77.73% from 255 or 95.19% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC600 is #F539FF. Grayscale: #777777. Windows color (decimal): -16071168 or 50698. OLE color: 50698.

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

Color convert

RGB 10 198 0 -
CMYK 0.95 0 1 0.22
HSL 116.97º 1% 0.39% -
HSV(B) 116.97º 1% 0.78% -
XYZ 20.32 40.45 6.74 -
YUV 119.22 60.72 50.1 -
System Red Green Blue C M Y K H S L
Decimal 10 198 0 0.95 0 1 0.22 116.97 1 0.39
Hex A C6 0 5F 0 64 16 75 64 27
Octal 12 306 0 137 0 144 26 165 144 47
Binary 1010 11000110 0 1011111 0 1100100 10110 1110101 1100100 100111

Color Harmonies of #0AC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC600

Black with #0AC600

Text Example


Text Example

White with #0AC600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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