Html Css Color HEX #0AC803 Islamic Green

📋 copy color: '#0AC803'

red 10 ◦ green 200 ◦ blue 3

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

Shades of Islamic Green #0AC803

Tints of Islamic Green #0AC803

RGB

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

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

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

R = 4.69%
G = 93.9%
B = 1.41%

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

#0AC803 (or 0x0AC803) is known color: Islamic Green. HEX triplet: 0A, C8 and 03. RGB value is (10,200,3). Sum of RGB (Red+Green+Blue) = 10+200+3=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 200 (78.52% from 255 or 93.90% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC803 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC803 is #F537FC. Grayscale: #797979. Windows color (decimal): -16070653 or 247818. OLE color: 247818.

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

Color convert

RGB 10 200 3 -
CMYK 0.95 0 0.98 0.22
HSL 117.87º 0.97% 0.4% -
HSV(B) 117.87º 0.99% 0.78% -
XYZ 20.8 41.38 6.98 -
YUV 120.73 61.55 49.02 -
System Red Green Blue C M Y K H S L
Decimal 10 200 3 0.95 0 0.98 0.22 117.87 0.97 0.4
Hex A C8 3 5F 0 62 16 76 61 28
Octal 12 310 3 137 0 142 26 166 141 50
Binary 1010 11001000 11 1011111 0 1100010 10110 1110110 1100001 101000

Color Harmonies of #0AC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC803

Black with #0AC803

Text Example


Text Example

White with #0AC803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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