Html Css Color HEX #ACD475 Feijoa

📋 copy color: '#ACD475'

red 172 ◦ green 212 ◦ blue 117

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

Shades of Feijoa #ACD475

Tints of Feijoa #ACD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.32%

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

R = 34.33%
G = 42.32%
B = 23.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#ACD475 (or 0xACD475) is known color: Feijoa. HEX triplet: AC, D4 and 75. RGB value is (172,212,117). Sum of RGB (Red+Green+Blue) = 172+212+117=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD475 is #532B8A. Grayscale: #BDBDBD. Windows color (decimal): -5450635 or 7722156. OLE color: 7722156.

HSL color Cylindrical-coordinate representation of color #ACD475: hue angle of 85.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD475 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 117 -
CMYK 0.19 0 0.45 0.17
HSL 85.26º 0.52% 0.65% -
HSV(B) 85.26º 0.45% 0.83% -
XYZ 43.77 57.14 25.55 -
YUV 189.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 172 212 117 0.19 0 0.45 0.17 85.26 0.52 0.65
Hex AC D4 75 13 0 2D 11 55 34 41
Octal 254 324 165 23 0 55 21 125 64 101
Binary 10101100 11010100 1110101 10011 0 101101 10001 1010101 110100 1000001

Color Harmonies of #ACD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD475

Black with #ACD475

Text Example


Text Example

White with #ACD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD475; }

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

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

background-color css

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

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

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

border-color css

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

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

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