Html Css Color HEX #ACD77D Feijoa

📋 copy color: '#ACD77D'

red 172 ◦ green 215 ◦ blue 125

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

Shades of Feijoa #ACD77D

Tints of Feijoa #ACD77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 33.59%
G = 41.99%
B = 24.41%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#ACD77D (or 0xACD77D) is known color: Feijoa. HEX triplet: AC, D7 and 7D. RGB value is (172,215,125). Sum of RGB (Red+Green+Blue) = 172+215+125=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD77D is #532882. Grayscale: #C0C0C0. Windows color (decimal): -5449859 or 8247212. OLE color: 8247212.

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

Color convert

RGB 172 215 125 -
CMYK 0.2 0 0.42 0.16
HSL 88.67º 0.53% 0.67% -
HSV(B) 88.67º 0.42% 0.84% -
XYZ 45.02 58.85 28.39 -
YUV 191.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 172 215 125 0.2 0 0.42 0.16 88.67 0.53 0.67
Hex AC D7 7D 14 0 2A 10 59 35 43
Octal 254 327 175 24 0 52 20 131 65 103
Binary 10101100 11010111 1111101 10100 0 101010 10000 1011001 110101 1000011

Color Harmonies of #ACD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD77D

Black with #ACD77D

Text Example


Text Example

White with #ACD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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