Html Css Color HEX #ACDD94 Feijoa

📋 copy color: '#ACDD94'

red 172 ◦ green 221 ◦ blue 148

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

Shades of Feijoa #ACDD94

Tints of Feijoa #ACDD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.36%

R = 31.79%
G = 40.85%
B = 27.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#ACDD94 (or 0xACDD94) is known color: Feijoa. HEX triplet: AC, DD and 94. RGB value is (172,221,148). Sum of RGB (Red+Green+Blue) = 172+221+148=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD94 is #53226B. Grayscale: #C6C6C6. Windows color (decimal): -5448300 or 9756076. OLE color: 9756076.

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

Color convert

RGB 172 221 148 -
CMYK 0.22 0 0.33 0.13
HSL 100.27º 0.52% 0.72% -
HSV(B) 100.27º 0.33% 0.87% -
XYZ 48.22 62.62 37.56 -
YUV 198.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 172 221 148 0.22 0 0.33 0.13 100.27 0.52 0.72
Hex AC DD 94 16 0 21 D 64 34 48
Octal 254 335 224 26 0 41 15 144 64 110
Binary 10101100 11011101 10010100 10110 0 100001 1101 1100100 110100 1001000

Color Harmonies of #ACDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD94

Black with #ACDD94

Text Example


Text Example

White with #ACDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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