Html Css Color HEX #ACDF7A Feijoa

📋 copy color: '#ACDF7A'

red 172 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #ACDF7A

Tints of Feijoa #ACDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 122 (48.05% from 255) = 23.6%

R = 33.27%
G = 43.13%
B = 23.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#ACDF7A (or 0xACDF7A) is known color: Feijoa. HEX triplet: AC, DF and 7A. RGB value is (172,223,122). Sum of RGB (Red+Green+Blue) = 172+223+122=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF7A is #532085. Grayscale: #C4C4C4. Windows color (decimal): -5447814 or 8052652. OLE color: 8052652.

HSL color Cylindrical-coordinate representation of color #ACDF7A: hue angle of 90.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACDF7A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 122 -
CMYK 0.23 0 0.45 0.13
HSL 90.3º 0.61% 0.68% -
HSV(B) 90.3º 0.45% 0.87% -
XYZ 46.91 62.95 28.09 -
YUV 196.24 86.1 110.71 -
System Red Green Blue C M Y K H S L
Decimal 172 223 122 0.23 0 0.45 0.13 90.3 0.61 0.68
Hex AC DF 7A 17 0 2D D 5A 3D 44
Octal 254 337 172 27 0 55 15 132 75 104
Binary 10101100 11011111 1111010 10111 0 101101 1101 1011010 111101 1000100

Color Harmonies of #ACDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF7A

Black with #ACDF7A

Text Example


Text Example

White with #ACDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF7A; }

 p { color: rgb(172,223,122); }

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

background-color css

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

 a { background-color: rgb(172,223,122); }

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

border-color css

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

 span { border-color: rgb(172,223,122); }

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