Html Css Color HEX #ACD57D Feijoa

📋 copy color: '#ACD57D'

red 172 ◦ green 213 ◦ blue 125

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

Shades of Feijoa #ACD57D

Tints of Feijoa #ACD57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 33.73%
G = 41.76%
B = 24.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#ACD57D (or 0xACD57D) is known color: Feijoa. HEX triplet: AC, D5 and 7D. RGB value is (172,213,125). Sum of RGB (Red+Green+Blue) = 172+213+125=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57D is #532A82. Grayscale: #BFBFBF. Windows color (decimal): -5450371 or 8246700. OLE color: 8246700.

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

Color convert

RGB 172 213 125 -
CMYK 0.19 0 0.41 0.16
HSL 87.95º 0.51% 0.66% -
HSV(B) 87.95º 0.41% 0.84% -
XYZ 44.51 57.84 28.22 -
YUV 190.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 172 213 125 0.19 0 0.41 0.16 87.95 0.51 0.66
Hex AC D5 7D 13 0 29 10 58 33 42
Octal 254 325 175 23 0 51 20 130 63 102
Binary 10101100 11010101 1111101 10011 0 101001 10000 1011000 110011 1000010

Color Harmonies of #ACD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD57D

Black with #ACD57D

Text Example


Text Example

White with #ACD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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