Html Css Color HEX #ACDF82 Feijoa

📋 copy color: '#ACDF82'

red 172 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #ACDF82

Tints of Feijoa #ACDF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 32.76%
G = 42.48%
B = 24.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#ACDF82 (or 0xACDF82) is known color: Feijoa. HEX triplet: AC, DF and 82. RGB value is (172,223,130). Sum of RGB (Red+Green+Blue) = 172+223+130=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF82 is #53207D. Grayscale: #C5C5C5. Windows color (decimal): -5447806 or 8576940. OLE color: 8576940.

HSL color Cylindrical-coordinate representation of color #ACDF82: hue angle of 92.9º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACDF82 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 130 -
CMYK 0.23 0 0.42 0.13
HSL 92.9º 0.59% 0.69% -
HSV(B) 92.9º 0.42% 0.87% -
XYZ 47.43 63.16 30.81 -
YUV 197.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 172 223 130 0.23 0 0.42 0.13 92.9 0.59 0.69
Hex AC DF 82 17 0 2A D 5D 3B 45
Octal 254 337 202 27 0 52 15 135 73 105
Binary 10101100 11011111 10000010 10111 0 101010 1101 1011101 111011 1000101

Color Harmonies of #ACDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF82

Black with #ACDF82

Text Example


Text Example

White with #ACDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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