Html Css Color HEX #ACDA85 Feijoa

📋 copy color: '#ACDA85'

red 172 ◦ green 218 ◦ blue 133

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

Shades of Feijoa #ACDA85

Tints of Feijoa #ACDA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.43%

R = 32.89%
G = 41.68%
B = 25.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#ACDA85 (or 0xACDA85) is known color: Feijoa. HEX triplet: AC, DA and 85. RGB value is (172,218,133). Sum of RGB (Red+Green+Blue) = 172+218+133=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA85 is #53257A. Grayscale: #C2C2C2. Windows color (decimal): -5449083 or 8772268. OLE color: 8772268.

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

Color convert

RGB 172 218 133 -
CMYK 0.21 0 0.39 0.15
HSL 92.47º 0.53% 0.69% -
HSV(B) 92.47º 0.39% 0.85% -
XYZ 46.32 60.61 31.45 -
YUV 194.56 93.26 111.91 -
System Red Green Blue C M Y K H S L
Decimal 172 218 133 0.21 0 0.39 0.15 92.47 0.53 0.69
Hex AC DA 85 15 0 27 F 5C 35 45
Octal 254 332 205 25 0 47 17 134 65 105
Binary 10101100 11011010 10000101 10101 0 100111 1111 1011100 110101 1000101

Color Harmonies of #ACDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA85

Black with #ACDA85

Text Example


Text Example

White with #ACDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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