Html Css Color HEX #09BD6C Jade

📋 copy color: '#09BD6C'

red 9 ◦ green 189 ◦ blue 108

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

Shades of Jade #09BD6C

Tints of Jade #09BD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 2.94%
G = 61.76%
B = 35.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#09BD6C (or 0x09BD6C) is known color: Jade. HEX triplet: 09, BD and 6C. RGB value is (9,189,108). Sum of RGB (Red+Green+Blue) = 9+189+108=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD6C is #F64293. Grayscale: #7E7E7E. Windows color (decimal): -16138900 or 7126281. OLE color: 7126281.

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

Color convert

RGB 9 189 108 -
CMYK 0.95 0 0.43 0.26
HSL 153º 0.91% 0.39% -
HSV(B) 153º 0.95% 0.74% -
XYZ 21.02 37.54 20.32 -
YUV 125.95 117.87 44.59 -
System Red Green Blue C M Y K H S L
Decimal 9 189 108 0.95 0 0.43 0.26 153 0.91 0.39
Hex 9 BD 6C 5F 0 2B 1A 99 5B 27
Octal 11 275 154 137 0 53 32 231 133 47
Binary 1001 10111101 1101100 1011111 0 101011 11010 10011001 1011011 100111

Color Harmonies of #09BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BD6C

Black with #09BD6C

Text Example


Text Example

White with #09BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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