Html Css Color HEX #ACDB94 Feijoa

📋 copy color: '#ACDB94'

red 172 ◦ green 219 ◦ blue 148

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

Shades of Feijoa #ACDB94

Tints of Feijoa #ACDB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 31.91%
G = 40.63%
B = 27.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#ACDB94 (or 0xACDB94) is known color: Feijoa. HEX triplet: AC, DB and 94. RGB value is (172,219,148). Sum of RGB (Red+Green+Blue) = 172+219+148=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB94 is #53246B. Grayscale: #C5C5C5. Windows color (decimal): -5448812 or 9755564. OLE color: 9755564.

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

Color convert

RGB 172 219 148 -
CMYK 0.21 0 0.32 0.14
HSL 99.72º 0.5% 0.72% -
HSV(B) 99.72º 0.32% 0.86% -
XYZ 47.69 61.57 37.39 -
YUV 196.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 172 219 148 0.21 0 0.32 0.14 99.72 0.5 0.72
Hex AC DB 94 15 0 20 E 64 32 48
Octal 254 333 224 25 0 40 16 144 62 110
Binary 10101100 11011011 10010100 10101 0 100000 1110 1100100 110010 1001000

Color Harmonies of #ACDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB94

Black with #ACDB94

Text Example


Text Example

White with #ACDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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