Html Css Color HEX #09BD66 Jade

📋 copy color: '#09BD66'

red 9 ◦ green 189 ◦ blue 102

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

Shades of Jade #09BD66

Tints of Jade #09BD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 3%
G = 63%
B = 34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#09BD66 (or 0x09BD66) is known color: Jade. HEX triplet: 09, BD and 66. RGB value is (9,189,102). Sum of RGB (Red+Green+Blue) = 9+189+102=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD66 is #F64299. Grayscale: #7D7D7D. Windows color (decimal): -16138906 or 6733065. OLE color: 6733065.

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

Color convert

RGB 9 189 102 -
CMYK 0.95 0 0.46 0.26
HSL 151º 0.91% 0.39% -
HSV(B) 151º 0.95% 0.74% -
XYZ 20.71 37.41 18.7 -
YUV 125.26 114.87 45.07 -
System Red Green Blue C M Y K H S L
Decimal 9 189 102 0.95 0 0.46 0.26 151 0.91 0.39
Hex 9 BD 66 5F 0 2E 1A 97 5B 27
Octal 11 275 146 137 0 56 32 227 133 47
Binary 1001 10111101 1100110 1011111 0 101110 11010 10010111 1011011 100111

Color Harmonies of #09BD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BD66

Black with #09BD66

Text Example


Text Example

White with #09BD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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