Html Css Color HEX #0AB060 Jade

📋 copy color: '#0AB060'

red 10 ◦ green 176 ◦ blue 96

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

Shades of Jade #0AB060

Tints of Jade #0AB060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 3.55%
G = 62.41%
B = 34.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#0AB060 (or 0x0AB060) is known color: Jade. HEX triplet: 0A, B0 and 60. RGB value is (10,176,96). Sum of RGB (Red+Green+Blue) = 10+176+96=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB060 is #F54F9F. Grayscale: #757575. Windows color (decimal): -16076704 or 6336522. OLE color: 6336522.

HSL color Cylindrical-coordinate representation of color #0AB060: hue angle of 151.08º 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 #0AB060 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 176 96 -
CMYK 0.94 0 0.45 0.31
HSL 151.08º 0.89% 0.36% -
HSV(B) 151.08º 0.94% 0.69% -
XYZ 17.76 31.96 16.3 -
YUV 117.25 116 51.5 -
System Red Green Blue C M Y K H S L
Decimal 10 176 96 0.94 0 0.45 0.31 151.08 0.89 0.36
Hex A B0 60 5E 0 2D 1F 97 59 24
Octal 12 260 140 136 0 55 37 227 131 44
Binary 1010 10110000 1100000 1011110 0 101101 11111 10010111 1011001 100100

Color Harmonies of #0AB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB060

Black with #0AB060

Text Example


Text Example

White with #0AB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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