Html Css Color HEX #ACD382 Feijoa

📋 copy color: '#ACD382'

red 172 ◦ green 211 ◦ blue 130

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

Shades of Feijoa #ACD382

Tints of Feijoa #ACD382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.13%

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

R = 33.53%
G = 41.13%
B = 25.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#ACD382 (or 0xACD382) is known color: Feijoa. HEX triplet: AC, D3 and 82. RGB value is (172,211,130). Sum of RGB (Red+Green+Blue) = 172+211+130=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD382 is #532C7D. Grayscale: #BEBEBE. Windows color (decimal): -5450878 or 8573868. OLE color: 8573868.

HSL color Cylindrical-coordinate representation of color #ACD382: hue angle of 88.89º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD382 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 130 -
CMYK 0.18 0 0.38 0.17
HSL 88.89º 0.48% 0.67% -
HSV(B) 88.89º 0.38% 0.83% -
XYZ 44.34 56.97 29.78 -
YUV 190.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 172 211 130 0.18 0 0.38 0.17 88.89 0.48 0.67
Hex AC D3 82 12 0 26 11 59 30 43
Octal 254 323 202 22 0 46 21 131 60 103
Binary 10101100 11010011 10000010 10010 0 100110 10001 1011001 110000 1000011

Color Harmonies of #ACD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD382

Black with #ACD382

Text Example


Text Example

White with #ACD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD382; }

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

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

background-color css

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

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

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

border-color css

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

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

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