Html Css Color HEX #06C364 Jade

📋 copy color: '#06C364'

red 6 ◦ green 195 ◦ blue 100

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

Shades of Jade #06C364

Tints of Jade #06C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.78%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 1.99%
G = 64.78%
B = 33.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#06C364 (or 0x06C364) is known color: Jade. HEX triplet: 06, C3 and 64. RGB value is (6,195,100). Sum of RGB (Red+Green+Blue) = 6+195+100=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #06C364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C364 is #F93C9B. Grayscale: #7F7F7F. Windows color (decimal): -16333980 or 6603526. OLE color: 6603526.

HSL color Cylindrical-coordinate representation of color #06C364: hue angle of 149.84º 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 #06C364 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 195 100 -
CMYK 0.97 0 0.49 0.24
HSL 149.84º 0.94% 0.39% -
HSV(B) 149.84º 0.97% 0.76% -
XYZ 21.89 39.99 18.62 -
YUV 127.66 112.38 41.22 -
System Red Green Blue C M Y K H S L
Decimal 6 195 100 0.97 0 0.49 0.24 149.84 0.94 0.39
Hex 6 C3 64 61 0 31 18 96 5E 27
Octal 6 303 144 141 0 61 30 226 136 47
Binary 110 11000011 1100100 1100001 0 110001 11000 10010110 1011110 100111

Color Harmonies of #06C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C364

Black with #06C364

Text Example


Text Example

White with #06C364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,195,100); }

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

background-color css

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

 a { background-color: rgb(6,195,100); }

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

border-color css

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

 span { border-color: rgb(6,195,100); }

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