Html Css Color HEX #06BC60 Jade

📋 copy color: '#06BC60'

red 6 ◦ green 188 ◦ blue 96

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

Shades of Jade #06BC60

Tints of Jade #06BC60

RGB

 RED value IS 6 (2.73% from 255) = 2.07%

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

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

R = 2.07%
G = 64.83%
B = 33.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#06BC60 (or 0x06BC60) is known color: Jade. HEX triplet: 06, BC and 60. RGB value is (6,188,96). Sum of RGB (Red+Green+Blue) = 6+188+96=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC60 is #F9439F. Grayscale: #7B7B7B. Windows color (decimal): -16335776 or 6339590. OLE color: 6339590.

HSL color Cylindrical-coordinate representation of color #06BC60: hue angle of 149.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC60 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 96 -
CMYK 0.97 0 0.49 0.26
HSL 149.67º 0.94% 0.38% -
HSV(B) 149.67º 0.97% 0.74% -
XYZ 20.17 36.85 17.12 -
YUV 123.09 112.7 44.48 -
System Red Green Blue C M Y K H S L
Decimal 6 188 96 0.97 0 0.49 0.26 149.67 0.94 0.38
Hex 6 BC 60 61 0 31 1A 96 5E 26
Octal 6 274 140 141 0 61 32 226 136 46
Binary 110 10111100 1100000 1100001 0 110001 11010 10010110 1011110 100110

Color Harmonies of #06BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC60

Black with #06BC60

Text Example


Text Example

White with #06BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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