Html Css Color HEX #0AC503 Islamic Green

📋 copy color: '#0AC503'

red 10 ◦ green 197 ◦ blue 3

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

Shades of Islamic Green #0AC503

Tints of Islamic Green #0AC503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 93.81%

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 4.76%
G = 93.81%
B = 1.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#0AC503 (or 0x0AC503) is known color: Islamic Green. HEX triplet: 0A, C5 and 03. RGB value is (10,197,3). Sum of RGB (Red+Green+Blue) = 10+197+3=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 197 (77.34% from 255 or 93.81% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC503 is #F53AFC. Grayscale: #777777. Windows color (decimal): -16071421 or 247050. OLE color: 247050.

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

Color convert

RGB 10 197 3 -
CMYK 0.95 0 0.98 0.23
HSL 117.84º 0.97% 0.39% -
HSV(B) 117.84º 0.98% 0.77% -
XYZ 20.11 40 6.75 -
YUV 118.97 62.55 50.27 -
System Red Green Blue C M Y K H S L
Decimal 10 197 3 0.95 0 0.98 0.23 117.84 0.97 0.39
Hex A C5 3 5F 0 62 17 76 61 27
Octal 12 305 3 137 0 142 27 166 141 47
Binary 1010 11000101 11 1011111 0 1100010 10111 1110110 1100001 100111

Color Harmonies of #0AC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC503

Black with #0AC503

Text Example


Text Example

White with #0AC503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,197,3); }

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

background-color css

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

 a { background-color: rgb(10,197,3); }

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

border-color css

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

 span { border-color: rgb(10,197,3); }

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