Html Css Color HEX #0AC504 Islamic Green

📋 copy color: '#0AC504'

red 10 ◦ green 197 ◦ blue 4

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

Shades of Islamic Green #0AC504

Tints of Islamic Green #0AC504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 4.74%
G = 93.36%
B = 1.9%

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

#0AC504 (or 0x0AC504) is known color: Islamic Green. HEX triplet: 0A, C5 and 04. RGB value is (10,197,4). Sum of RGB (Red+Green+Blue) = 10+197+4=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 197 (77.34% from 255 or 93.36% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC504 is #F53AFB. Grayscale: #777777. Windows color (decimal): -16071420 or 312586. OLE color: 312586.

HSL color Cylindrical-coordinate representation of color #0AC504: hue angle of 118.13º degrees, saturation: 0.96, 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 #0AC504 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 197 4 -
CMYK 0.95 0 0.98 0.23
HSL 118.13º 0.96% 0.39% -
HSV(B) 118.13º 0.98% 0.77% -
XYZ 20.11 40.01 6.78 -
YUV 119.09 63.05 50.19 -
System Red Green Blue C M Y K H S L
Decimal 10 197 4 0.95 0 0.98 0.23 118.13 0.96 0.39
Hex A C5 4 5F 0 62 17 76 60 27
Octal 12 305 4 137 0 142 27 166 140 47
Binary 1010 11000101 100 1011111 0 1100010 10111 1110110 1100000 100111

Color Harmonies of #0AC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC504

Black with #0AC504

Text Example


Text Example

White with #0AC504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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