Html Css Color HEX #0AB66B Jade

📋 copy color: '#0AB66B'

red 10 ◦ green 182 ◦ blue 107

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

Shades of Jade #0AB66B

Tints of Jade #0AB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.87%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 3.34%
G = 60.87%
B = 35.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#0AB66B (or 0x0AB66B) is known color: Jade. HEX triplet: 0A, B6 and 6B. RGB value is (10,182,107). Sum of RGB (Red+Green+Blue) = 10+182+107=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 182 (71.48% from 255 or 60.87% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB66B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB66B is #F54994. Grayscale: #7A7A7A. Windows color (decimal): -16075157 or 7058954. OLE color: 7058954.

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

Color convert

RGB 10 182 107 -
CMYK 0.95 0 0.41 0.29
HSL 153.84º 0.9% 0.38% -
HSV(B) 153.84º 0.95% 0.71% -
XYZ 19.51 34.58 19.56 -
YUV 122.02 119.52 48.1 -
System Red Green Blue C M Y K H S L
Decimal 10 182 107 0.95 0 0.41 0.29 153.84 0.9 0.38
Hex A B6 6B 5F 0 29 1D 9A 5A 26
Octal 12 266 153 137 0 51 35 232 132 46
Binary 1010 10110110 1101011 1011111 0 101001 11101 10011010 1011010 100110

Color Harmonies of #0AB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB66B

Black with #0AB66B

Text Example


Text Example

White with #0AB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,107); }

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

background-color css

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

 a { background-color: rgb(10,182,107); }

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

border-color css

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

 span { border-color: rgb(10,182,107); }

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