Html Css Color HEX #06CC72 Jade

📋 copy color: '#06CC72'

red 6 ◦ green 204 ◦ blue 114

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

Shades of Jade #06CC72

Tints of Jade #06CC72

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.96%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 1.85%
G = 62.96%
B = 35.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#06CC72 (or 0x06CC72) is known color: Jade. HEX triplet: 06, CC and 72. RGB value is (6,204,114). Sum of RGB (Red+Green+Blue) = 6+204+114=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CC72 is #F9338D. Grayscale: #868686. Windows color (decimal): -16331662 or 7523334. OLE color: 7523334.

HSL color Cylindrical-coordinate representation of color #06CC72: hue angle of 152.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CC72 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 204 114 -
CMYK 0.97 0 0.44 0.2
HSL 152.73º 0.94% 0.41% -
HSV(B) 152.73º 0.97% 0.8% -
XYZ 24.71 44.44 23.2 -
YUV 134.54 116.4 36.32 -
System Red Green Blue C M Y K H S L
Decimal 6 204 114 0.97 0 0.44 0.2 152.73 0.94 0.41
Hex 6 CC 72 61 0 2C 14 99 5E 29
Octal 6 314 162 141 0 54 24 231 136 51
Binary 110 11001100 1110010 1100001 0 101100 10100 10011001 1011110 101001

Color Harmonies of #06CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC72

Black with #06CC72

Text Example


Text Example

White with #06CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,204,114); }

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

background-color css

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

 a { background-color: rgb(6,204,114); }

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

border-color css

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

 span { border-color: rgb(6,204,114); }

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