Html Css Color HEX #06C264 Jade

📋 copy color: '#06C264'

red 6 ◦ green 194 ◦ blue 100

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

Shades of Jade #06C264

Tints of Jade #06C264

RGB

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

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

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

R = 2%
G = 64.67%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#06C264 (or 0x06C264) is known color: Jade. HEX triplet: 06, C2 and 64. RGB value is (6,194,100). Sum of RGB (Red+Green+Blue) = 6+194+100=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #06C264 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C264 is #F93D9B. Grayscale: #7F7F7F. Windows color (decimal): -16334236 or 6603270. OLE color: 6603270.

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

Color convert

RGB 6 194 100 -
CMYK 0.97 0 0.48 0.24
HSL 150º 0.94% 0.39% -
HSV(B) 150º 0.97% 0.76% -
XYZ 21.67 39.54 18.55 -
YUV 127.07 112.72 41.64 -
System Red Green Blue C M Y K H S L
Decimal 6 194 100 0.97 0 0.48 0.24 150 0.94 0.39
Hex 6 C2 64 61 0 30 18 96 5E 27
Octal 6 302 144 141 0 60 30 226 136 47
Binary 110 11000010 1100100 1100001 0 110000 11000 10010110 1011110 100111

Color Harmonies of #06C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C264

Black with #06C264

Text Example


Text Example

White with #06C264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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