Html Css Color HEX #06AF6D Jade

📋 copy color: '#06AF6D'

red 6 ◦ green 175 ◦ blue 109

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

Shades of Jade #06AF6D

Tints of Jade #06AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.34%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 2.07%
G = 60.34%
B = 37.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#06AF6D (or 0x06AF6D) is known color: Jade. HEX triplet: 06, AF and 6D. RGB value is (6,175,109). Sum of RGB (Red+Green+Blue) = 6+175+109=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AF6D is #F95092. Grayscale: #757575. Windows color (decimal): -16339091 or 7188230. OLE color: 7188230.

HSL color Cylindrical-coordinate representation of color #06AF6D: hue angle of 156.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AF6D is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 175 109 -
CMYK 0.97 0 0.38 0.31
HSL 156.57º 0.93% 0.35% -
HSV(B) 156.57º 0.97% 0.69% -
XYZ 18.17 31.8 19.65 -
YUV 116.95 123.51 48.87 -
System Red Green Blue C M Y K H S L
Decimal 6 175 109 0.97 0 0.38 0.31 156.57 0.93 0.35
Hex 6 AF 6D 61 0 26 1F 9D 5D 23
Octal 6 257 155 141 0 46 37 235 135 43
Binary 110 10101111 1101101 1100001 0 100110 11111 10011101 1011101 100011

Color Harmonies of #06AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AF6D

Black with #06AF6D

Text Example


Text Example

White with #06AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,175,109); }

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

background-color css

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

 a { background-color: rgb(6,175,109); }

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

border-color css

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

 span { border-color: rgb(6,175,109); }

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