Html Css Color HEX #0AB96E Jade

📋 copy color: '#0AB96E'

red 10 ◦ green 185 ◦ blue 110

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

Shades of Jade #0AB96E

Tints of Jade #0AB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 3.28%
G = 60.66%
B = 36.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#0AB96E (or 0x0AB96E) is known color: Jade. HEX triplet: 0A, B9 and 6E. RGB value is (10,185,110). Sum of RGB (Red+Green+Blue) = 10+185+110=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB96E is #F54691. Grayscale: #7C7C7C. Windows color (decimal): -16074386 or 7256330. OLE color: 7256330.

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

Color convert

RGB 10 185 110 -
CMYK 0.95 0 0.41 0.27
HSL 154.29º 0.9% 0.38% -
HSV(B) 154.29º 0.95% 0.73% -
XYZ 20.29 35.89 20.61 -
YUV 124.13 120.02 46.6 -
System Red Green Blue C M Y K H S L
Decimal 10 185 110 0.95 0 0.41 0.27 154.29 0.9 0.38
Hex A B9 6E 5F 0 29 1B 9A 5A 26
Octal 12 271 156 137 0 51 33 232 132 46
Binary 1010 10111001 1101110 1011111 0 101001 11011 10011010 1011010 100110

Color Harmonies of #0AB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB96E

Black with #0AB96E

Text Example


Text Example

White with #0AB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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