Html Css Color HEX #09BC68 Jade

📋 copy color: '#09BC68'

red 9 ◦ green 188 ◦ blue 104

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

Shades of Jade #09BC68

Tints of Jade #09BC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 2.99%
G = 62.46%
B = 34.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#09BC68 (or 0x09BC68) is known color: Jade. HEX triplet: 09, BC and 68. RGB value is (9,188,104). Sum of RGB (Red+Green+Blue) = 9+188+104=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC68 is #F64397. Grayscale: #7D7D7D. Windows color (decimal): -16139160 or 6863881. OLE color: 6863881.

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

Color convert

RGB 9 188 104 -
CMYK 0.95 0 0.45 0.26
HSL 151.84º 0.91% 0.39% -
HSV(B) 151.84º 0.95% 0.74% -
XYZ 20.59 37.02 19.16 -
YUV 124.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 9 188 104 0.95 0 0.45 0.26 151.84 0.91 0.39
Hex 9 BC 68 5F 0 2D 1A 98 5B 27
Octal 11 274 150 137 0 55 32 230 133 47
Binary 1001 10111100 1101000 1011111 0 101101 11010 10011000 1011011 100111

Color Harmonies of #09BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BC68

Black with #09BC68

Text Example


Text Example

White with #09BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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