Html Css Color HEX #ACD582 Feijoa

📋 copy color: '#ACD582'

red 172 ◦ green 213 ◦ blue 130

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

Shades of Feijoa #ACD582

Tints of Feijoa #ACD582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.24%

R = 33.4%
G = 41.36%
B = 25.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#ACD582 (or 0xACD582) is known color: Feijoa. HEX triplet: AC, D5 and 82. RGB value is (172,213,130). Sum of RGB (Red+Green+Blue) = 172+213+130=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD582 is #532A7D. Grayscale: #BFBFBF. Windows color (decimal): -5450366 or 8574380. OLE color: 8574380.

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

Color convert

RGB 172 213 130 -
CMYK 0.19 0 0.39 0.16
HSL 89.64º 0.5% 0.67% -
HSV(B) 89.64º 0.39% 0.84% -
XYZ 44.84 57.97 29.95 -
YUV 191.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 172 213 130 0.19 0 0.39 0.16 89.64 0.5 0.67
Hex AC D5 82 13 0 27 10 5A 32 43
Octal 254 325 202 23 0 47 20 132 62 103
Binary 10101100 11010101 10000010 10011 0 100111 10000 1011010 110010 1000011

Color Harmonies of #ACD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD582

Black with #ACD582

Text Example


Text Example

White with #ACD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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