Html Css Color HEX #ACDD8A Feijoa

📋 copy color: '#ACDD8A'

red 172 ◦ green 221 ◦ blue 138

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

Shades of Feijoa #ACDD8A

Tints of Feijoa #ACDD8A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

 BLUE value IS 138 (54.3% from 255) = 25.99%

R = 32.39%
G = 41.62%
B = 25.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#ACDD8A (or 0xACDD8A) is known color: Feijoa. HEX triplet: AC, DD and 8A. RGB value is (172,221,138). Sum of RGB (Red+Green+Blue) = 172+221+138=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD8A is #532275. Grayscale: #C5C5C5. Windows color (decimal): -5448310 or 9100716. OLE color: 9100716.

HSL color Cylindrical-coordinate representation of color #ACDD8A: hue angle of 95.42º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACDD8A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 138 -
CMYK 0.22 0 0.38 0.13
HSL 95.42º 0.55% 0.7% -
HSV(B) 95.42º 0.38% 0.87% -
XYZ 47.46 62.32 33.57 -
YUV 196.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 172 221 138 0.22 0 0.38 0.13 95.42 0.55 0.7
Hex AC DD 8A 16 0 26 D 5F 37 46
Octal 254 335 212 26 0 46 15 137 67 106
Binary 10101100 11011101 10001010 10110 0 100110 1101 1011111 110111 1000110

Color Harmonies of #ACDD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD8A

Black with #ACDD8A

Text Example


Text Example

White with #ACDD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD8A; }

 p { color: rgb(172,221,138); }

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

background-color css

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

 a { background-color: rgb(172,221,138); }

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

border-color css

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

 span { border-color: rgb(172,221,138); }

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