Html Css Color HEX #06CC70 Jade

📋 copy color: '#06CC70'

red 6 ◦ green 204 ◦ blue 112

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

Shades of Jade #06CC70

Tints of Jade #06CC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 1.86%
G = 63.35%
B = 34.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#06CC70 (or 0x06CC70) is known color: Jade. HEX triplet: 06, CC and 70. RGB value is (6,204,112). Sum of RGB (Red+Green+Blue) = 6+204+112=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CC70 is #F9338F. Grayscale: #868686. Windows color (decimal): -16331664 or 7392262. OLE color: 7392262.

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

Color convert

RGB 6 204 112 -
CMYK 0.97 0 0.45 0.2
HSL 152.12º 0.94% 0.41% -
HSV(B) 152.12º 0.97% 0.8% -
XYZ 24.59 44.39 22.6 -
YUV 134.31 115.4 36.48 -
System Red Green Blue C M Y K H S L
Decimal 6 204 112 0.97 0 0.45 0.2 152.12 0.94 0.41
Hex 6 CC 70 61 0 2D 14 98 5E 29
Octal 6 314 160 141 0 55 24 230 136 51
Binary 110 11001100 1110000 1100001 0 101101 10100 10011000 1011110 101001

Color Harmonies of #06CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC70

Black with #06CC70

Text Example


Text Example

White with #06CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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