Html Css Color HEX #06AF73 Jade

📋 copy color: '#06AF73'

red 6 ◦ green 175 ◦ blue 115

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

Shades of Jade #06AF73

Tints of Jade #06AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 2.03%
G = 59.12%
B = 38.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#06AF73 (or 0x06AF73) is known color: Jade. HEX triplet: 06, AF and 73. RGB value is (6,175,115). Sum of RGB (Red+Green+Blue) = 6+175+115=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AF73 is #F9508C. Grayscale: #757575. Windows color (decimal): -16339085 or 7581446. OLE color: 7581446.

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

Color convert

RGB 6 175 115 -
CMYK 0.97 0 0.34 0.31
HSL 158.7º 0.93% 0.35% -
HSV(B) 158.7º 0.97% 0.69% -
XYZ 18.5 31.94 21.41 -
YUV 117.63 126.51 48.38 -
System Red Green Blue C M Y K H S L
Decimal 6 175 115 0.97 0 0.34 0.31 158.7 0.93 0.35
Hex 6 AF 73 61 0 22 1F 9F 5D 23
Octal 6 257 163 141 0 42 37 237 135 43
Binary 110 10101111 1110011 1100001 0 100010 11111 10011111 1011101 100011

Color Harmonies of #06AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AF73

Black with #06AF73

Text Example


Text Example

White with #06AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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