Html Css Color HEX #ACD49A Feijoa

📋 copy color: '#ACD49A'

red 172 ◦ green 212 ◦ blue 154

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

Shades of Feijoa #ACD49A

Tints of Feijoa #ACD49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 31.97%
G = 39.41%
B = 28.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#ACD49A (or 0xACD49A) is known color: Feijoa. HEX triplet: AC, D4 and 9A. RGB value is (172,212,154). Sum of RGB (Red+Green+Blue) = 172+212+154=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD49A is #532B65. Grayscale: #C1C1C1. Windows color (decimal): -5450598 or 10146988. OLE color: 10146988.

HSL color Cylindrical-coordinate representation of color #ACD49A: hue angle of 101.38º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD49A is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 154 -
CMYK 0.19 0 0.27 0.17
HSL 101.38º 0.4% 0.72% -
HSV(B) 101.38º 0.27% 0.83% -
XYZ 46.39 58.19 39.36 -
YUV 193.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 172 212 154 0.19 0 0.27 0.17 101.38 0.4 0.72
Hex AC D4 9A 13 0 1B 11 65 28 48
Octal 254 324 232 23 0 33 21 145 50 110
Binary 10101100 11010100 10011010 10011 0 11011 10001 1100101 101000 1001000

Color Harmonies of #ACD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD49A

Black with #ACD49A

Text Example


Text Example

White with #ACD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD49A; }

 p { color: rgb(172,212,154); }

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

background-color css

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

 a { background-color: rgb(172,212,154); }

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

border-color css

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

 span { border-color: rgb(172,212,154); }

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