Html Css Color HEX #06C275 Jade

📋 copy color: '#06C275'

red 6 ◦ green 194 ◦ blue 117

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

Shades of Jade #06C275

Tints of Jade #06C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.2%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 1.89%
G = 61.2%
B = 36.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#06C275 (or 0x06C275) is known color: Jade. HEX triplet: 06, C2 and 75. RGB value is (6,194,117). Sum of RGB (Red+Green+Blue) = 6+194+117=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #06C275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C275 is #F93D8A. Grayscale: #818181. Windows color (decimal): -16334219 or 7717382. OLE color: 7717382.

HSL color Cylindrical-coordinate representation of color #06C275: hue angle of 155.43º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C275 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 194 117 -
CMYK 0.97 0 0.40 0.24
HSL 155.43º 0.94% 0.39% -
HSV(B) 155.43º 0.97% 0.76% -
XYZ 22.58 39.91 23.34 -
YUV 129.01 121.22 40.26 -
System Red Green Blue C M Y K H S L
Decimal 6 194 117 0.97 0 0.40 0.24 155.43 0.94 0.39
Hex 6 C2 75 61 0 28 18 9B 5E 27
Octal 6 302 165 141 0 50 30 233 136 47
Binary 110 11000010 1110101 1100001 0 101000 11000 10011011 1011110 100111

Color Harmonies of #06C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C275

Black with #06C275

Text Example


Text Example

White with #06C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,194,117); }

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

background-color css

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

 a { background-color: rgb(6,194,117); }

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

border-color css

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

 span { border-color: rgb(6,194,117); }

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