Html Css Color HEX #09BC60 Jade

📋 copy color: '#09BC60'

red 9 ◦ green 188 ◦ blue 96

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

Shades of Jade #09BC60

Tints of Jade #09BC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 3.07%
G = 64.16%
B = 32.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#09BC60 (or 0x09BC60) is known color: Jade. HEX triplet: 09, BC and 60. RGB value is (9,188,96). Sum of RGB (Red+Green+Blue) = 9+188+96=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC60 is #F6439F. Grayscale: #7C7C7C. Windows color (decimal): -16139168 or 6339593. OLE color: 6339593.

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

Color convert

RGB 9 188 96 -
CMYK 0.95 0 0.49 0.26
HSL 149.16º 0.91% 0.39% -
HSV(B) 149.16º 0.95% 0.74% -
XYZ 20.21 36.87 17.12 -
YUV 123.99 112.2 45.98 -
System Red Green Blue C M Y K H S L
Decimal 9 188 96 0.95 0 0.49 0.26 149.16 0.91 0.39
Hex 9 BC 60 5F 0 31 1A 95 5B 27
Octal 11 274 140 137 0 61 32 225 133 47
Binary 1001 10111100 1100000 1011111 0 110001 11010 10010101 1011011 100111

Color Harmonies of #09BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BC60

Black with #09BC60

Text Example


Text Example

White with #09BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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