Html Css Color HEX #0A9E6A Jade

📋 copy color: '#0A9E6A'

red 10 ◦ green 158 ◦ blue 106

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

Shades of Jade #0A9E6A

Tints of Jade #0A9E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 57.66%

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

R = 3.65%
G = 57.66%
B = 38.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#0A9E6A (or 0x0A9E6A) is known color: Jade. HEX triplet: 0A, 9E and 6A. RGB value is (10,158,106). Sum of RGB (Red+Green+Blue) = 10+158+106=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E6A is #F56195. Grayscale: #6B6B6B. Windows color (decimal): -16081302 or 6987274. OLE color: 6987274.

HSL color Cylindrical-coordinate representation of color #0A9E6A: hue angle of 158.92º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E6A is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 158 106 -
CMYK 0.94 0 0.33 0.38
HSL 158.92º 0.88% 0.33% -
HSV(B) 158.92º 0.94% 0.62% -
XYZ 14.95 25.56 17.78 -
YUV 107.82 126.97 58.23 -
System Red Green Blue C M Y K H S L
Decimal 10 158 106 0.94 0 0.33 0.38 158.92 0.88 0.33
Hex A 9E 6A 5E 0 21 26 9F 58 21
Octal 12 236 152 136 0 41 46 237 130 41
Binary 1010 10011110 1101010 1011110 0 100001 100110 10011111 1011000 100001

Color Harmonies of #0A9E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E6A

Black with #0A9E6A

Text Example


Text Example

White with #0A9E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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