Html Css Color HEX #ACD590 Feijoa

📋 copy color: '#ACD590'

red 172 ◦ green 213 ◦ blue 144

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

Shades of Feijoa #ACD590

Tints of Feijoa #ACD590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 32.51%
G = 40.26%
B = 27.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#ACD590 (or 0xACD590) is known color: Feijoa. HEX triplet: AC, D5 and 90. RGB value is (172,213,144). Sum of RGB (Red+Green+Blue) = 172+213+144=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD590 is #532A6F. Grayscale: #C1C1C1. Windows color (decimal): -5450352 or 9491884. OLE color: 9491884.

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

Color convert

RGB 172 213 144 -
CMYK 0.19 0 0.32 0.16
HSL 95.65º 0.45% 0.7% -
HSV(B) 95.65º 0.32% 0.84% -
XYZ 45.84 58.37 35.24 -
YUV 192.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 172 213 144 0.19 0 0.32 0.16 95.65 0.45 0.7
Hex AC D5 90 13 0 20 10 60 2D 46
Octal 254 325 220 23 0 40 20 140 55 106
Binary 10101100 11010101 10010000 10011 0 100000 10000 1100000 101101 1000110

Color Harmonies of #ACD590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD590

Black with #ACD590

Text Example


Text Example

White with #ACD590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD590; }

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

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

background-color css

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

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

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

border-color css

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

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

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