Html Css Color HEX #0AC804 Islamic Green

📋 copy color: '#0AC804'

red 10 ◦ green 200 ◦ blue 4

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

Shades of Islamic Green #0AC804

Tints of Islamic Green #0AC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 93.46%

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

R = 4.67%
G = 93.46%
B = 1.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#0AC804 (or 0x0AC804) is known color: Islamic Green. HEX triplet: 0A, C8 and 04. RGB value is (10,200,4). Sum of RGB (Red+Green+Blue) = 10+200+4=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 200 (78.52% from 255 or 93.46% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC804 is #F537FB. Grayscale: #797979. Windows color (decimal): -16070652 or 313354. OLE color: 313354.

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

Color convert

RGB 10 200 4 -
CMYK 0.95 0 0.98 0.22
HSL 118.16º 0.96% 0.4% -
HSV(B) 118.16º 0.98% 0.78% -
XYZ 20.8 41.38 7.01 -
YUV 120.85 62.05 48.94 -
System Red Green Blue C M Y K H S L
Decimal 10 200 4 0.95 0 0.98 0.22 118.16 0.96 0.4
Hex A C8 4 5F 0 62 16 76 60 28
Octal 12 310 4 137 0 142 26 166 140 50
Binary 1010 11001000 100 1011111 0 1100010 10110 1110110 1100000 101000

Color Harmonies of #0AC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC804

Black with #0AC804

Text Example


Text Example

White with #0AC804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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