Html Css Color HEX #ACDB80 Feijoa

📋 copy color: '#ACDB80'

red 172 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #ACDB80

Tints of Feijoa #ACDB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 33.14%
G = 42.2%
B = 24.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#ACDB80 (or 0xACDB80) is known color: Feijoa. HEX triplet: AC, DB and 80. RGB value is (172,219,128). Sum of RGB (Red+Green+Blue) = 172+219+128=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB80 is #53247F. Grayscale: #C2C2C2. Windows color (decimal): -5448832 or 8444844. OLE color: 8444844.

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

Color convert

RGB 172 219 128 -
CMYK 0.21 0 0.42 0.14
HSL 90.99º 0.56% 0.68% -
HSV(B) 90.99º 0.42% 0.86% -
XYZ 46.24 60.99 29.76 -
YUV 194.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 172 219 128 0.21 0 0.42 0.14 90.99 0.56 0.68
Hex AC DB 80 15 0 2A E 5B 38 44
Octal 254 333 200 25 0 52 16 133 70 104
Binary 10101100 11011011 10000000 10101 0 101010 1110 1011011 111000 1000100

Color Harmonies of #ACDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB80

Black with #ACDB80

Text Example


Text Example

White with #ACDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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