Html Css Color HEX #0AC00F Islamic Green

📋 copy color: '#0AC00F'

red 10 ◦ green 192 ◦ blue 15

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

Shades of Islamic Green #0AC00F

Tints of Islamic Green #0AC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 88.48%

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 4.61%
G = 88.48%
B = 6.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#0AC00F (or 0x0AC00F) is known color: Islamic Green. HEX triplet: 0A, C0 and 0F. RGB value is (10,192,15). Sum of RGB (Red+Green+Blue) = 10+192+15=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC00F is #F53FF0. Grayscale: #757575. Windows color (decimal): -16072689 or 1032202. OLE color: 1032202.

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

Color convert

RGB 10 192 15 -
CMYK 0.95 0 0.92 0.25
HSL 121.65º 0.9% 0.4% -
HSV(B) 121.65º 0.95% 0.75% -
XYZ 19.06 37.8 6.74 -
YUV 117.4 70.2 51.39 -
System Red Green Blue C M Y K H S L
Decimal 10 192 15 0.95 0 0.92 0.25 121.65 0.9 0.4
Hex A C0 F 5F 0 5C 19 7A 5A 28
Octal 12 300 17 137 0 134 31 172 132 50
Binary 1010 11000000 1111 1011111 0 1011100 11001 1111010 1011010 101000

Color Harmonies of #0AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC00F

Black with #0AC00F

Text Example


Text Example

White with #0AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,15); }

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

background-color css

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

 a { background-color: rgb(10,192,15); }

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

border-color css

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

 span { border-color: rgb(10,192,15); }

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