Html Css Color HEX #0AB478 Jade

📋 copy color: '#0AB478'

red 10 ◦ green 180 ◦ blue 120

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

Shades of Jade #0AB478

Tints of Jade #0AB478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.06%

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 3.23%
G = 58.06%
B = 38.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#0AB478 (or 0x0AB478) is known color: Jade. HEX triplet: 0A, B4 and 78. RGB value is (10,180,120). Sum of RGB (Red+Green+Blue) = 10+180+120=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB478 is #F54B87. Grayscale: #7A7A7A. Windows color (decimal): -16075656 or 7910410. OLE color: 7910410.

HSL color Cylindrical-coordinate representation of color #0AB478: hue angle of 158.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB478 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 180 120 -
CMYK 0.94 0 0.33 0.29
HSL 158.82º 0.89% 0.37% -
HSV(B) 158.82º 0.94% 0.71% -
XYZ 19.84 34.06 23.3 -
YUV 122.33 126.68 47.88 -
System Red Green Blue C M Y K H S L
Decimal 10 180 120 0.94 0 0.33 0.29 158.82 0.89 0.37
Hex A B4 78 5E 0 21 1D 9F 59 25
Octal 12 264 170 136 0 41 35 237 131 45
Binary 1010 10110100 1111000 1011110 0 100001 11101 10011111 1011001 100101

Color Harmonies of #0AB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB478

Black with #0AB478

Text Example


Text Example

White with #0AB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,180,120); }

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

background-color css

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

 a { background-color: rgb(10,180,120); }

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

border-color css

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

 span { border-color: rgb(10,180,120); }

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