Html Css Color HEX #ACDF85 Feijoa

📋 copy color: '#ACDF85'

red 172 ◦ green 223 ◦ blue 133

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

Shades of Feijoa #ACDF85

Tints of Feijoa #ACDF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

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

R = 32.58%
G = 42.23%
B = 25.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#ACDF85 (or 0xACDF85) is known color: Feijoa. HEX triplet: AC, DF and 85. RGB value is (172,223,133). Sum of RGB (Red+Green+Blue) = 172+223+133=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF85 is #53207A. Grayscale: #C5C5C5. Windows color (decimal): -5447803 or 8773548. OLE color: 8773548.

HSL color Cylindrical-coordinate representation of color #ACDF85: hue angle of 94º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDF85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 133 -
CMYK 0.23 0 0.40 0.13
HSL 94º 0.58% 0.7% -
HSV(B) 94º 0.4% 0.87% -
XYZ 47.63 63.24 31.89 -
YUV 197.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 172 223 133 0.23 0 0.40 0.13 94 0.58 0.7
Hex AC DF 85 17 0 28 D 5E 3A 46
Octal 254 337 205 27 0 50 15 136 72 106
Binary 10101100 11011111 10000101 10111 0 101000 1101 1011110 111010 1000110

Color Harmonies of #ACDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF85

Black with #ACDF85

Text Example


Text Example

White with #ACDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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