Html Css Color HEX #0AB96F Jade

📋 copy color: '#0AB96F'

red 10 ◦ green 185 ◦ blue 111

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

Shades of Jade #0AB96F

Tints of Jade #0AB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 3.27%
G = 60.46%
B = 36.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#0AB96F (or 0x0AB96F) is known color: Jade. HEX triplet: 0A, B9 and 6F. RGB value is (10,185,111). Sum of RGB (Red+Green+Blue) = 10+185+111=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB96F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB96F is #F54690. Grayscale: #7C7C7C. Windows color (decimal): -16074385 or 7321866. OLE color: 7321866.

HSL color Cylindrical-coordinate representation of color #0AB96F: hue angle of 154.63º 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 #0AB96F is Cyan = 0.95, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 185 111 -
CMYK 0.95 0 0.4 0.27
HSL 154.63º 0.9% 0.38% -
HSV(B) 154.63º 0.95% 0.73% -
XYZ 20.34 35.91 20.9 -
YUV 124.24 120.52 46.52 -
System Red Green Blue C M Y K H S L
Decimal 10 185 111 0.95 0 0.4 0.27 154.63 0.9 0.38
Hex A B9 6F 5F 0 28 1B 9B 5A 26
Octal 12 271 157 137 0 50 33 233 132 46
Binary 1010 10111001 1101111 1011111 0 101000 11011 10011011 1011010 100110

Color Harmonies of #0AB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB96F

Black with #0AB96F

Text Example


Text Example

White with #0AB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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