Html Css Color HEX #09BD76 Jade

📋 copy color: '#09BD76'

red 9 ◦ green 189 ◦ blue 118

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

Shades of Jade #09BD76

Tints of Jade #09BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.81%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 2.85%
G = 59.81%
B = 37.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#09BD76 (or 0x09BD76) is known color: Jade. HEX triplet: 09, BD and 76. RGB value is (9,189,118). Sum of RGB (Red+Green+Blue) = 9+189+118=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD76 is #F64289. Grayscale: #7F7F7F. Windows color (decimal): -16138890 or 7781641. OLE color: 7781641.

HSL color Cylindrical-coordinate representation of color #09BD76: hue angle of 156.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BD76 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 189 118 -
CMYK 0.95 0 0.38 0.26
HSL 156.33º 0.91% 0.39% -
HSV(B) 156.33º 0.95% 0.74% -
XYZ 21.58 37.76 23.29 -
YUV 127.09 122.87 43.77 -
System Red Green Blue C M Y K H S L
Decimal 9 189 118 0.95 0 0.38 0.26 156.33 0.91 0.39
Hex 9 BD 76 5F 0 26 1A 9C 5B 27
Octal 11 275 166 137 0 46 32 234 133 47
Binary 1001 10111101 1110110 1011111 0 100110 11010 10011100 1011011 100111

Color Harmonies of #09BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BD76

Black with #09BD76

Text Example


Text Example

White with #09BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,189,118); }

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

background-color css

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

 a { background-color: rgb(9,189,118); }

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

border-color css

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

 span { border-color: rgb(9,189,118); }

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