Html Css Color HEX #0AB90C Islamic Green

📋 copy color: '#0AB90C'

red 10 ◦ green 185 ◦ blue 12

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

Shades of Islamic Green #0AB90C

Tints of Islamic Green #0AB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 89.37%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 4.83%
G = 89.37%
B = 5.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#0AB90C (or 0x0AB90C) is known color: Islamic Green. HEX triplet: 0A, B9 and 0C. RGB value is (10,185,12). Sum of RGB (Red+Green+Blue) = 10+185+12=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 185 (72.66% from 255 or 89.37% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB90C is #F546F3. Grayscale: #717171. Windows color (decimal): -16074484 or 833802. OLE color: 833802.

HSL color Cylindrical-coordinate representation of color #0AB90C: hue angle of 120.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB90C is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 185 12 -
CMYK 0.95 0 0.94 0.27
HSL 120.69º 0.9% 0.38% -
HSV(B) 120.69º 0.95% 0.73% -
XYZ 17.54 34.79 6.14 -
YUV 112.95 71.02 54.57 -
System Red Green Blue C M Y K H S L
Decimal 10 185 12 0.95 0 0.94 0.27 120.69 0.9 0.38
Hex A B9 C 5F 0 5E 1B 79 5A 26
Octal 12 271 14 137 0 136 33 171 132 46
Binary 1010 10111001 1100 1011111 0 1011110 11011 1111001 1011010 100110

Color Harmonies of #0AB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB90C

Black with #0AB90C

Text Example


Text Example

White with #0AB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,185,12); }

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

background-color css

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

 a { background-color: rgb(10,185,12); }

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

border-color css

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

 span { border-color: rgb(10,185,12); }

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