Html Css Color HEX #009E6A Jade

📋 copy color: '#009E6A'

red 0 ◦ green 158 ◦ blue 106

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

Shades of Jade #009E6A

Tints of Jade #009E6A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 59.85%
B = 40.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#009E6A (or 0x009E6A) is known color: Jade. HEX triplet: 00, 9E and 6A. RGB value is (0,158,106). Sum of RGB (Red+Green+Blue) = 0+158+106=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 158 (62.11% from 255 or 59.85% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 158 - color contains mainly: green. Hex color #009E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E6A is #FF6195. Grayscale: #686868. Windows color (decimal): -16736662 or 6987264. OLE color: 6987264.

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

Color convert

RGB 0 158 106 -
CMYK 1 0 0.33 0.38
HSL 160.25º 1% 0.31% -
HSV(B) 160.25º 1% 0.62% -
XYZ 14.83 25.49 17.78 -
YUV 104.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 0 158 106 1 0 0.33 0.38 160.25 1 0.31
Hex 0 9E 6A 64 0 21 26 A0 64 1F
Octal 0 236 152 144 0 41 46 240 144 37
Binary 0 10011110 1101010 1100100 0 100001 100110 10100000 1100100 11111

Color Harmonies of #009E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E6A

Black with #009E6A

Text Example


Text Example

White with #009E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009E6A; }

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

 H1.HeaderClassName
 {
   color: #009E6A;
 }
 .AnyTagClassName
 {
   color: #009E6A;
 }
</style>

background-color css

<style>
 a { background-color: #009E6A; }

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

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

border-color css

<style>
 span { border-color: #009E6A; }

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

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