Html Css Color HEX #0AB063 Jade

📋 copy color: '#0AB063'

red 10 ◦ green 176 ◦ blue 99

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

Shades of Jade #0AB063

Tints of Jade #0AB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.75%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 3.51%
G = 61.75%
B = 34.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#0AB063 (or 0x0AB063) is known color: Jade. HEX triplet: 0A, B0 and 63. RGB value is (10,176,99). Sum of RGB (Red+Green+Blue) = 10+176+99=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB063 is #F54F9C. Grayscale: #757575. Windows color (decimal): -16076701 or 6533130. OLE color: 6533130.

HSL color Cylindrical-coordinate representation of color #0AB063: hue angle of 152.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB063 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 176 99 -
CMYK 0.94 0 0.44 0.31
HSL 152.17º 0.89% 0.36% -
HSV(B) 152.17º 0.94% 0.69% -
XYZ 17.9 32.02 17.04 -
YUV 117.59 117.5 51.26 -
System Red Green Blue C M Y K H S L
Decimal 10 176 99 0.94 0 0.44 0.31 152.17 0.89 0.36
Hex A B0 63 5E 0 2C 1F 98 59 24
Octal 12 260 143 136 0 54 37 230 131 44
Binary 1010 10110000 1100011 1011110 0 101100 11111 10011000 1011001 100100

Color Harmonies of #0AB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB063

Black with #0AB063

Text Example


Text Example

White with #0AB063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,176,99); }

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

background-color css

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

 a { background-color: rgb(10,176,99); }

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

border-color css

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

 span { border-color: rgb(10,176,99); }

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