Html Css Color HEX #0AB86A Jade

📋 copy color: '#0AB86A'

red 10 ◦ green 184 ◦ blue 106

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

Shades of Jade #0AB86A

Tints of Jade #0AB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.33%

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 3.33%
G = 61.33%
B = 35.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#0AB86A (or 0x0AB86A) is known color: Jade. HEX triplet: 0A, B8 and 6A. RGB value is (10,184,106). Sum of RGB (Red+Green+Blue) = 10+184+106=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB86A is #F54795. Grayscale: #7B7B7B. Windows color (decimal): -16074646 or 6993930. OLE color: 6993930.

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

Color convert

RGB 10 184 106 -
CMYK 0.95 0 0.42 0.28
HSL 153.1º 0.9% 0.38% -
HSV(B) 153.1º 0.95% 0.72% -
XYZ 19.87 35.39 19.42 -
YUV 123.08 118.35 47.34 -
System Red Green Blue C M Y K H S L
Decimal 10 184 106 0.95 0 0.42 0.28 153.1 0.9 0.38
Hex A B8 6A 5F 0 2A 1C 99 5A 26
Octal 12 270 152 137 0 52 34 231 132 46
Binary 1010 10111000 1101010 1011111 0 101010 11100 10011001 1011010 100110

Color Harmonies of #0AB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB86A

Black with #0AB86A

Text Example


Text Example

White with #0AB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,184,106); }

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

background-color css

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

 a { background-color: rgb(10,184,106); }

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

border-color css

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

 span { border-color: rgb(10,184,106); }

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