Html Css Color HEX #ACD695 Feijoa

📋 copy color: '#ACD695'

red 172 ◦ green 214 ◦ blue 149

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

Shades of Feijoa #ACD695

Tints of Feijoa #ACD695

RGB

 RED value IS 172 (67.58% from 255) = 32.15%

 GREEN value IS 214 (83.98% from 255) = 40%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 32.15%
G = 40%
B = 27.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ACD695 (or 0xACD695) is known color: Feijoa. HEX triplet: AC, D6 and 95. RGB value is (172,214,149). Sum of RGB (Red+Green+Blue) = 172+214+149=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD695 is #53296A. Grayscale: #C2C2C2. Windows color (decimal): -5450091 or 9819820. OLE color: 9819820.

HSL color Cylindrical-coordinate representation of color #ACD695: hue angle of 98.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD695 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 149 -
CMYK 0.20 0 0.30 0.16
HSL 98.77º 0.44% 0.71% -
HSV(B) 98.77º 0.3% 0.84% -
XYZ 46.48 59.03 37.38 -
YUV 194.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 172 214 149 0.20 0 0.30 0.16 98.77 0.44 0.71
Hex AC D6 95 14 0 1E 10 63 2C 47
Octal 254 326 225 24 0 36 20 143 54 107
Binary 10101100 11010110 10010101 10100 0 11110 10000 1100011 101100 1000111

Color Harmonies of #ACD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD695

Black with #ACD695

Text Example


Text Example

White with #ACD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD695; }

 p { color: rgb(172,214,149); }

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

background-color css

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

 a { background-color: rgb(172,214,149); }

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

border-color css

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

 span { border-color: rgb(172,214,149); }

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