Html Css Color HEX #ACDB77 Feijoa

📋 copy color: '#ACDB77'

red 172 ◦ green 219 ◦ blue 119

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

Shades of Feijoa #ACDB77

Tints of Feijoa #ACDB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 33.73%
G = 42.94%
B = 23.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#ACDB77 (or 0xACDB77) is known color: Feijoa. HEX triplet: AC, DB and 77. RGB value is (172,219,119). Sum of RGB (Red+Green+Blue) = 172+219+119=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB77 is #532488. Grayscale: #C1C1C1. Windows color (decimal): -5448841 or 7855020. OLE color: 7855020.

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

Color convert

RGB 172 219 119 -
CMYK 0.21 0 0.46 0.14
HSL 88.2º 0.58% 0.66% -
HSV(B) 88.2º 0.46% 0.86% -
XYZ 45.67 60.77 26.77 -
YUV 193.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 172 219 119 0.21 0 0.46 0.14 88.2 0.58 0.66
Hex AC DB 77 15 0 2E E 58 3A 42
Octal 254 333 167 25 0 56 16 130 72 102
Binary 10101100 11011011 1110111 10101 0 101110 1110 1011000 111010 1000010

Color Harmonies of #ACDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB77

Black with #ACDB77

Text Example


Text Example

White with #ACDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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