Html Css Color HEX #ACD699 Feijoa

📋 copy color: '#ACD699'

red 172 ◦ green 214 ◦ blue 153

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

Shades of Feijoa #ACD699

Tints of Feijoa #ACD699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.39%

R = 31.91%
G = 39.7%
B = 28.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#ACD699 (or 0xACD699) is known color: Feijoa. HEX triplet: AC, D6 and 99. RGB value is (172,214,153). Sum of RGB (Red+Green+Blue) = 172+214+153=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD699 is #532966. Grayscale: #C2C2C2. Windows color (decimal): -5450087 or 10081964. OLE color: 10081964.

HSL color Cylindrical-coordinate representation of color #ACD699: hue angle of 101.31º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD699 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 153 -
CMYK 0.20 0 0.29 0.16
HSL 101.31º 0.43% 0.72% -
HSV(B) 101.31º 0.29% 0.84% -
XYZ 46.81 59.16 39.09 -
YUV 194.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 172 214 153 0.20 0 0.29 0.16 101.31 0.43 0.72
Hex AC D6 99 14 0 1D 10 65 2B 48
Octal 254 326 231 24 0 35 20 145 53 110
Binary 10101100 11010110 10011001 10100 0 11101 10000 1100101 101011 1001000

Color Harmonies of #ACD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD699

Black with #ACD699

Text Example


Text Example

White with #ACD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD699; }

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

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

background-color css

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

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

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

border-color css

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

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

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