Html Css Color HEX #ACD975 Feijoa

📋 copy color: '#ACD975'

red 172 ◦ green 217 ◦ blue 117

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

Shades of Feijoa #ACD975

Tints of Feijoa #ACD975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 33.99%
G = 42.89%
B = 23.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#ACD975 (or 0xACD975) is known color: Feijoa. HEX triplet: AC, D9 and 75. RGB value is (172,217,117). Sum of RGB (Red+Green+Blue) = 172+217+117=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD975 is #53268A. Grayscale: #C0C0C0. Windows color (decimal): -5449355 or 7723436. OLE color: 7723436.

HSL color Cylindrical-coordinate representation of color #ACD975: hue angle of 87º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD975 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 117 -
CMYK 0.21 0 0.46 0.15
HSL 87º 0.57% 0.65% -
HSV(B) 87º 0.46% 0.85% -
XYZ 45.04 59.68 25.98 -
YUV 192.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 172 217 117 0.21 0 0.46 0.15 87 0.57 0.65
Hex AC D9 75 15 0 2E F 57 39 41
Octal 254 331 165 25 0 56 17 127 71 101
Binary 10101100 11011001 1110101 10101 0 101110 1111 1010111 111001 1000001

Color Harmonies of #ACD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD975

Black with #ACD975

Text Example


Text Example

White with #ACD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD975; }

 p { color: rgb(172,217,117); }

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

background-color css

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

 a { background-color: rgb(172,217,117); }

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

border-color css

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

 span { border-color: rgb(172,217,117); }

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