Html Css Color HEX #ACD57A Feijoa

📋 copy color: '#ACD57A'

red 172 ◦ green 213 ◦ blue 122

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

Shades of Feijoa #ACD57A

Tints of Feijoa #ACD57A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

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

R = 33.93%
G = 42.01%
B = 24.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#ACD57A (or 0xACD57A) is known color: Feijoa. HEX triplet: AC, D5 and 7A. RGB value is (172,213,122). Sum of RGB (Red+Green+Blue) = 172+213+122=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57A is #532A85. Grayscale: #BEBEBE. Windows color (decimal): -5450374 or 8050092. OLE color: 8050092.

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

Color convert

RGB 172 213 122 -
CMYK 0.19 0 0.43 0.16
HSL 87.03º 0.52% 0.66% -
HSV(B) 87.03º 0.43% 0.84% -
XYZ 44.32 57.76 27.23 -
YUV 190.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 172 213 122 0.19 0 0.43 0.16 87.03 0.52 0.66
Hex AC D5 7A 13 0 2B 10 57 34 42
Octal 254 325 172 23 0 53 20 127 64 102
Binary 10101100 11010101 1111010 10011 0 101011 10000 1010111 110100 1000010

Color Harmonies of #ACD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD57A

Black with #ACD57A

Text Example


Text Example

White with #ACD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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