Html Css Color HEX #ACDA94 Feijoa

📋 copy color: '#ACDA94'

red 172 ◦ green 218 ◦ blue 148

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

Shades of Feijoa #ACDA94

Tints of Feijoa #ACDA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

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

R = 31.97%
G = 40.52%
B = 27.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#ACDA94 (or 0xACDA94) is known color: Feijoa. HEX triplet: AC, DA and 94. RGB value is (172,218,148). Sum of RGB (Red+Green+Blue) = 172+218+148=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA94 is #53256B. Grayscale: #C4C4C4. Windows color (decimal): -5449068 or 9755308. OLE color: 9755308.

HSL color Cylindrical-coordinate representation of color #ACDA94: hue angle of 99.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDA94 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 148 -
CMYK 0.21 0 0.32 0.15
HSL 99.43º 0.49% 0.72% -
HSV(B) 99.43º 0.32% 0.85% -
XYZ 47.43 61.05 37.3 -
YUV 196.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 172 218 148 0.21 0 0.32 0.15 99.43 0.49 0.72
Hex AC DA 94 15 0 20 F 63 31 48
Octal 254 332 224 25 0 40 17 143 61 110
Binary 10101100 11011010 10010100 10101 0 100000 1111 1100011 110001 1001000

Color Harmonies of #ACDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA94

Black with #ACDA94

Text Example


Text Example

White with #ACDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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