Html Css Color HEX #ACDA92 Feijoa

📋 copy color: '#ACDA92'

red 172 ◦ green 218 ◦ blue 146

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

Shades of Feijoa #ACDA92

Tints of Feijoa #ACDA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.24%

R = 32.09%
G = 40.67%
B = 27.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#ACDA92 (or 0xACDA92) is known color: Feijoa. HEX triplet: AC, DA and 92. RGB value is (172,218,146). Sum of RGB (Red+Green+Blue) = 172+218+146=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA92 is #53256D. Grayscale: #C4C4C4. Windows color (decimal): -5449070 or 9624236. OLE color: 9624236.

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

Color convert

RGB 172 218 146 -
CMYK 0.21 0 0.33 0.15
HSL 98.33º 0.49% 0.71% -
HSV(B) 98.33º 0.33% 0.85% -
XYZ 47.27 60.99 36.47 -
YUV 196.04 99.76 110.85 -
System Red Green Blue C M Y K H S L
Decimal 172 218 146 0.21 0 0.33 0.15 98.33 0.49 0.71
Hex AC DA 92 15 0 21 F 62 31 47
Octal 254 332 222 25 0 41 17 142 61 107
Binary 10101100 11011010 10010010 10101 0 100001 1111 1100010 110001 1000111

Color Harmonies of #ACDA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA92

Black with #ACDA92

Text Example


Text Example

White with #ACDA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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