Html Css Color HEX #0AC305 Islamic Green

📋 copy color: '#0AC305'

red 10 ◦ green 195 ◦ blue 5

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

Shades of Islamic Green #0AC305

Tints of Islamic Green #0AC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 92.86%

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 4.76%
G = 92.86%
B = 2.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#0AC305 (or 0x0AC305) is known color: Islamic Green. HEX triplet: 0A, C3 and 05. RGB value is (10,195,5). Sum of RGB (Red+Green+Blue) = 10+195+5=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 195 (76.56% from 255 or 92.86% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC305 is #F53CFA. Grayscale: #767676. Windows color (decimal): -16071931 or 377610. OLE color: 377610.

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

Color convert

RGB 10 195 5 -
CMYK 0.95 0 0.97 0.24
HSL 118.42º 0.95% 0.39% -
HSV(B) 118.42º 0.97% 0.76% -
XYZ 19.67 39.11 6.66 -
YUV 118.03 64.21 50.95 -
System Red Green Blue C M Y K H S L
Decimal 10 195 5 0.95 0 0.97 0.24 118.42 0.95 0.39
Hex A C3 5 5F 0 61 18 76 5F 27
Octal 12 303 5 137 0 141 30 166 137 47
Binary 1010 11000011 101 1011111 0 1100001 11000 1110110 1011111 100111

Color Harmonies of #0AC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC305

Black with #0AC305

Text Example


Text Example

White with #0AC305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,195,5); }

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

background-color css

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

 a { background-color: rgb(10,195,5); }

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

border-color css

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

 span { border-color: rgb(10,195,5); }

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