Html Css Color HEX #0AC310 Islamic Green

📋 copy color: '#0AC310'

red 10 ◦ green 195 ◦ blue 16

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

Shades of Islamic Green #0AC310

Tints of Islamic Green #0AC310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 4.52%
G = 88.24%
B = 7.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#0AC310 (or 0x0AC310) is known color: Islamic Green. HEX triplet: 0A, C3 and 10. RGB value is (10,195,16). Sum of RGB (Red+Green+Blue) = 10+195+16=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 195 (76.56% from 255 or 88.24% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC310 is #F53CEF. Grayscale: #777777. Windows color (decimal): -16071920 or 1098506. OLE color: 1098506.

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

Color convert

RGB 10 195 16 -
CMYK 0.95 0 0.92 0.24
HSL 121.95º 0.9% 0.4% -
HSV(B) 121.95º 0.95% 0.76% -
XYZ 19.73 39.13 7 -
YUV 119.28 69.71 50.05 -
System Red Green Blue C M Y K H S L
Decimal 10 195 16 0.95 0 0.92 0.24 121.95 0.9 0.4
Hex A C3 10 5F 0 5C 18 7A 5A 28
Octal 12 303 20 137 0 134 30 172 132 50
Binary 1010 11000011 10000 1011111 0 1011100 11000 1111010 1011010 101000

Color Harmonies of #0AC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC310

Black with #0AC310

Text Example


Text Example

White with #0AC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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