Html Css Color HEX #09BD72 Jade

📋 copy color: '#09BD72'

red 9 ◦ green 189 ◦ blue 114

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

Shades of Jade #09BD72

Tints of Jade #09BD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 2.88%
G = 60.58%
B = 36.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#09BD72 (or 0x09BD72) is known color: Jade. HEX triplet: 09, BD and 72. RGB value is (9,189,114). Sum of RGB (Red+Green+Blue) = 9+189+114=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD72 is #F6428D. Grayscale: #7E7E7E. Windows color (decimal): -16138894 or 7519497. OLE color: 7519497.

HSL color Cylindrical-coordinate representation of color #09BD72: hue angle of 155º 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 #09BD72 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 189 114 -
CMYK 0.95 0 0.40 0.26
HSL 155º 0.91% 0.39% -
HSV(B) 155º 0.95% 0.74% -
XYZ 21.35 37.67 22.07 -
YUV 126.63 120.87 44.1 -
System Red Green Blue C M Y K H S L
Decimal 9 189 114 0.95 0 0.40 0.26 155 0.91 0.39
Hex 9 BD 72 5F 0 28 1A 9B 5B 27
Octal 11 275 162 137 0 50 32 233 133 47
Binary 1001 10111101 1110010 1011111 0 101000 11010 10011011 1011011 100111

Color Harmonies of #09BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BD72

Black with #09BD72

Text Example


Text Example

White with #09BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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