Html Css Color HEX #09BC6E Jade

📋 copy color: '#09BC6E'

red 9 ◦ green 188 ◦ blue 110

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

Shades of Jade #09BC6E

Tints of Jade #09BC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.24%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 2.93%
G = 61.24%
B = 35.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#09BC6E (or 0x09BC6E) is known color: Jade. HEX triplet: 09, BC and 6E. RGB value is (9,188,110). Sum of RGB (Red+Green+Blue) = 9+188+110=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC6E is #F64391. Grayscale: #7D7D7D. Windows color (decimal): -16139154 or 7257097. OLE color: 7257097.

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

Color convert

RGB 9 188 110 -
CMYK 0.95 0 0.41 0.26
HSL 153.85º 0.91% 0.39% -
HSV(B) 153.85º 0.95% 0.74% -
XYZ 20.91 37.15 20.82 -
YUV 125.59 119.2 44.84 -
System Red Green Blue C M Y K H S L
Decimal 9 188 110 0.95 0 0.41 0.26 153.85 0.91 0.39
Hex 9 BC 6E 5F 0 29 1A 9A 5B 27
Octal 11 274 156 137 0 51 32 232 133 47
Binary 1001 10111100 1101110 1011111 0 101001 11010 10011010 1011011 100111

Color Harmonies of #09BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BC6E

Black with #09BC6E

Text Example


Text Example

White with #09BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,188,110); }

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

background-color css

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

 a { background-color: rgb(9,188,110); }

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

border-color css

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

 span { border-color: rgb(9,188,110); }

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