Html Css Color HEX #0AC407 Islamic Green

📋 copy color: '#0AC407'

red 10 ◦ green 196 ◦ blue 7

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

Shades of Islamic Green #0AC407

Tints of Islamic Green #0AC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 92.02%

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 4.69%
G = 92.02%
B = 3.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#0AC407 (or 0x0AC407) is known color: Islamic Green. HEX triplet: 0A, C4 and 07. RGB value is (10,196,7). Sum of RGB (Red+Green+Blue) = 10+196+7=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 196 (76.95% from 255 or 92.02% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC407 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC407 is #F53BF8. Grayscale: #777777. Windows color (decimal): -16071673 or 508938. OLE color: 508938.

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

Color convert

RGB 10 196 7 -
CMYK 0.95 0 0.96 0.23
HSL 119.05º 0.93% 0.4% -
HSV(B) 119.05º 0.96% 0.77% -
XYZ 19.9 39.56 6.79 -
YUV 118.84 64.88 50.37 -
System Red Green Blue C M Y K H S L
Decimal 10 196 7 0.95 0 0.96 0.23 119.05 0.93 0.4
Hex A C4 7 5F 0 60 17 77 5D 28
Octal 12 304 7 137 0 140 27 167 135 50
Binary 1010 11000100 111 1011111 0 1100000 10111 1110111 1011101 101000

Color Harmonies of #0AC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC407

Black with #0AC407

Text Example


Text Example

White with #0AC407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,196,7); }

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

background-color css

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

 a { background-color: rgb(10,196,7); }

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

border-color css

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

 span { border-color: rgb(10,196,7); }

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