Html Css Color HEX #ACD97A Feijoa

📋 copy color: '#ACD97A'

red 172 ◦ green 217 ◦ blue 122

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

Shades of Feijoa #ACD97A

Tints of Feijoa #ACD97A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.47%

 BLUE value IS 122 (48.05% from 255) = 23.87%

R = 33.66%
G = 42.47%
B = 23.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#ACD97A (or 0xACD97A) is known color: Feijoa. HEX triplet: AC, D9 and 7A. RGB value is (172,217,122). Sum of RGB (Red+Green+Blue) = 172+217+122=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD97A is #532685. Grayscale: #C1C1C1. Windows color (decimal): -5449350 or 8051116. OLE color: 8051116.

HSL color Cylindrical-coordinate representation of color #ACD97A: hue angle of 88.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACD97A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 122 -
CMYK 0.21 0 0.44 0.15
HSL 88.42º 0.56% 0.66% -
HSV(B) 88.42º 0.44% 0.85% -
XYZ 45.34 59.8 27.57 -
YUV 192.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 172 217 122 0.21 0 0.44 0.15 88.42 0.56 0.66
Hex AC D9 7A 15 0 2C F 58 38 42
Octal 254 331 172 25 0 54 17 130 70 102
Binary 10101100 11011001 1111010 10101 0 101100 1111 1011000 111000 1000010

Color Harmonies of #ACD97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD97A

Black with #ACD97A

Text Example


Text Example

White with #ACD97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD97A; }

 p { color: rgb(172,217,122); }

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

background-color css

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

 a { background-color: rgb(172,217,122); }

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

border-color css

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

 span { border-color: rgb(172,217,122); }

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