Html Css Color HEX #ACD57F Feijoa

📋 copy color: '#ACD57F'

red 172 ◦ green 213 ◦ blue 127

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

Shades of Feijoa #ACD57F

Tints of Feijoa #ACD57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 33.59%
G = 41.6%
B = 24.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#ACD57F (or 0xACD57F) is known color: Feijoa. HEX triplet: AC, D5 and 7F. RGB value is (172,213,127). Sum of RGB (Red+Green+Blue) = 172+213+127=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57F is #532A80. Grayscale: #BFBFBF. Windows color (decimal): -5450369 or 8377772. OLE color: 8377772.

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

Color convert

RGB 172 213 127 -
CMYK 0.19 0 0.40 0.16
HSL 88.6º 0.51% 0.67% -
HSV(B) 88.6º 0.4% 0.84% -
XYZ 44.64 57.89 28.9 -
YUV 190.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 172 213 127 0.19 0 0.40 0.16 88.6 0.51 0.67
Hex AC D5 7F 13 0 28 10 59 33 43
Octal 254 325 177 23 0 50 20 131 63 103
Binary 10101100 11010101 1111111 10011 0 101000 10000 1011001 110011 1000011

Color Harmonies of #ACD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD57F

Black with #ACD57F

Text Example


Text Example

White with #ACD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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