Html Css Color HEX #06C06A Jade

📋 copy color: '#06C06A'

red 6 ◦ green 192 ◦ blue 106

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

Shades of Jade #06C06A

Tints of Jade #06C06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.16%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 1.97%
G = 63.16%
B = 34.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#06C06A (or 0x06C06A) is known color: Jade. HEX triplet: 06, C0 and 6A. RGB value is (6,192,106). Sum of RGB (Red+Green+Blue) = 6+192+106=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #06C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C06A is #F93F95. Grayscale: #7E7E7E. Windows color (decimal): -16334742 or 6995974. OLE color: 6995974.

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

Color convert

RGB 6 192 106 -
CMYK 0.97 0 0.45 0.25
HSL 152.26º 0.94% 0.39% -
HSV(B) 152.26º 0.97% 0.75% -
XYZ 21.53 38.78 19.99 -
YUV 126.58 116.38 41.99 -
System Red Green Blue C M Y K H S L
Decimal 6 192 106 0.97 0 0.45 0.25 152.26 0.94 0.39
Hex 6 C0 6A 61 0 2D 19 98 5E 27
Octal 6 300 152 141 0 55 31 230 136 47
Binary 110 11000000 1101010 1100001 0 101101 11001 10011000 1011110 100111

Color Harmonies of #06C06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C06A

Black with #06C06A

Text Example


Text Example

White with #06C06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,106); }

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

background-color css

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

 a { background-color: rgb(6,192,106); }

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

border-color css

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

 span { border-color: rgb(6,192,106); }

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