Html Css Color HEX #09AE7B Jade

📋 copy color: '#09AE7B'

red 9 ◦ green 174 ◦ blue 123

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

Shades of Jade #09AE7B

Tints of Jade #09AE7B

RGB

 RED value IS 9 (3.91% from 255) = 2.94%

 GREEN value IS 174 (68.36% from 255) = 56.86%

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 2.94%
G = 56.86%
B = 40.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#09AE7B (or 0x09AE7B) is known color: Jade. HEX triplet: 09, AE and 7B. RGB value is (9,174,123). Sum of RGB (Red+Green+Blue) = 9+174+123=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AE7B is #F65184. Grayscale: #767676. Windows color (decimal): -16142725 or 8105481. OLE color: 8105481.

HSL color Cylindrical-coordinate representation of color #09AE7B: hue angle of 161.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AE7B is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 174 123 -
CMYK 0.95 0 0.29 0.32
HSL 161.45º 0.9% 0.36% -
HSV(B) 161.45º 0.95% 0.68% -
XYZ 18.82 31.76 23.88 -
YUV 118.85 130.34 49.65 -
System Red Green Blue C M Y K H S L
Decimal 9 174 123 0.95 0 0.29 0.32 161.45 0.9 0.36
Hex 9 AE 7B 5F 0 1D 20 A1 5A 24
Octal 11 256 173 137 0 35 40 241 132 44
Binary 1001 10101110 1111011 1011111 0 11101 100000 10100001 1011010 100100

Color Harmonies of #09AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AE7B

Black with #09AE7B

Text Example


Text Example

White with #09AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09AE7B; }

 p { color: rgb(9,174,123); }

 H1.HeaderClassName
 {
   color: #09AE7B;
 }
 .AnyTagClassName
 {
   color: #09AE7B;
 }
</style>

background-color css

<style>
 a { background-color: #09AE7B; }

 a { background-color: rgb(9,174,123); }

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

border-color css

<style>
 span { border-color: #09AE7B; }

 span { border-color: rgb(9,174,123); }

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