Html Css Color HEX #ACD777 Feijoa

📋 copy color: '#ACD777'

red 172 ◦ green 215 ◦ blue 119

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

Shades of Feijoa #ACD777

Tints of Feijoa #ACD777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.49%

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

R = 33.99%
G = 42.49%
B = 23.52%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#ACD777 (or 0xACD777) is known color: Feijoa. HEX triplet: AC, D7 and 77. RGB value is (172,215,119). Sum of RGB (Red+Green+Blue) = 172+215+119=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD777 is #532888. Grayscale: #BFBFBF. Windows color (decimal): -5449865 or 7853996. OLE color: 7853996.

HSL color Cylindrical-coordinate representation of color #ACD777: hue angle of 86.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD777 is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 119 -
CMYK 0.2 0 0.45 0.16
HSL 86.88º 0.55% 0.65% -
HSV(B) 86.88º 0.45% 0.84% -
XYZ 44.64 58.7 26.43 -
YUV 191.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 172 215 119 0.2 0 0.45 0.16 86.88 0.55 0.65
Hex AC D7 77 14 0 2D 10 57 37 41
Octal 254 327 167 24 0 55 20 127 67 101
Binary 10101100 11010111 1110111 10100 0 101101 10000 1010111 110111 1000001

Color Harmonies of #ACD777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD777

Black with #ACD777

Text Example


Text Example

White with #ACD777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD777; }

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

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

background-color css

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

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

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

border-color css

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

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

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