Html Css Color HEX #ACD57C Feijoa

📋 copy color: '#ACD57C'

red 172 ◦ green 213 ◦ blue 124

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

Shades of Feijoa #ACD57C

Tints of Feijoa #ACD57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 33.79%
G = 41.85%
B = 24.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#ACD57C (or 0xACD57C) is known color: Feijoa. HEX triplet: AC, D5 and 7C. RGB value is (172,213,124). Sum of RGB (Red+Green+Blue) = 172+213+124=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57C is #532A83. Grayscale: #BEBEBE. Windows color (decimal): -5450372 or 8181164. OLE color: 8181164.

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

Color convert

RGB 172 213 124 -
CMYK 0.19 0 0.42 0.16
HSL 87.64º 0.51% 0.66% -
HSV(B) 87.64º 0.42% 0.84% -
XYZ 44.45 57.81 27.89 -
YUV 190.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 172 213 124 0.19 0 0.42 0.16 87.64 0.51 0.66
Hex AC D5 7C 13 0 2A 10 58 33 42
Octal 254 325 174 23 0 52 20 130 63 102
Binary 10101100 11010101 1111100 10011 0 101010 10000 1011000 110011 1000010

Color Harmonies of #ACD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD57C

Black with #ACD57C

Text Example


Text Example

White with #ACD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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