Html Css Color HEX #ACD58C Feijoa

📋 copy color: '#ACD58C'

red 172 ◦ green 213 ◦ blue 140

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

Shades of Feijoa #ACD58C

Tints of Feijoa #ACD58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.67%

R = 32.76%
G = 40.57%
B = 26.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#ACD58C (or 0xACD58C) is known color: Feijoa. HEX triplet: AC, D5 and 8C. RGB value is (172,213,140). Sum of RGB (Red+Green+Blue) = 172+213+140=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58C is #532A73. Grayscale: #C0C0C0. Windows color (decimal): -5450356 or 9229740. OLE color: 9229740.

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

Color convert

RGB 172 213 140 -
CMYK 0.19 0 0.34 0.16
HSL 93.7º 0.46% 0.69% -
HSV(B) 93.7º 0.34% 0.84% -
XYZ 45.54 58.25 33.65 -
YUV 192.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 172 213 140 0.19 0 0.34 0.16 93.7 0.46 0.69
Hex AC D5 8C 13 0 22 10 5E 2E 45
Octal 254 325 214 23 0 42 20 136 56 105
Binary 10101100 11010101 10001100 10011 0 100010 10000 1011110 101110 1000101

Color Harmonies of #ACD58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD58C

Black with #ACD58C

Text Example


Text Example

White with #ACD58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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