Html Css Color HEX #ACD17A Feijoa

📋 copy color: '#ACD17A'

red 172 ◦ green 209 ◦ blue 122

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

Shades of Feijoa #ACD17A

Tints of Feijoa #ACD17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.55%

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

R = 34.19%
G = 41.55%
B = 24.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#ACD17A (or 0xACD17A) is known color: Feijoa. HEX triplet: AC, D1 and 7A. RGB value is (172,209,122). Sum of RGB (Red+Green+Blue) = 172+209+122=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD17A is #532E85. Grayscale: #BCBCBC. Windows color (decimal): -5451398 or 8049068. OLE color: 8049068.

HSL color Cylindrical-coordinate representation of color #ACD17A: hue angle of 85.52º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD17A is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 122 -
CMYK 0.18 0 0.42 0.18
HSL 85.52º 0.49% 0.65% -
HSV(B) 85.52º 0.42% 0.82% -
XYZ 43.33 55.78 26.89 -
YUV 188.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 172 209 122 0.18 0 0.42 0.18 85.52 0.49 0.65
Hex AC D1 7A 12 0 2A 12 56 31 41
Octal 254 321 172 22 0 52 22 126 61 101
Binary 10101100 11010001 1111010 10010 0 101010 10010 1010110 110001 1000001

Color Harmonies of #ACD17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD17A

Black with #ACD17A

Text Example


Text Example

White with #ACD17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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