Html Css Color HEX #ACDD7F Feijoa

📋 copy color: '#ACDD7F'

red 172 ◦ green 221 ◦ blue 127

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

Shades of Feijoa #ACDD7F

Tints of Feijoa #ACDD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.5%

 BLUE value IS 127 (50% from 255) = 24.42%

R = 33.08%
G = 42.5%
B = 24.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#ACDD7F (or 0xACDD7F) is known color: Feijoa. HEX triplet: AC, DD and 7F. RGB value is (172,221,127). Sum of RGB (Red+Green+Blue) = 172+221+127=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD7F is #532280. Grayscale: #C3C3C3. Windows color (decimal): -5448321 or 8379820. OLE color: 8379820.

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

Color convert

RGB 172 221 127 -
CMYK 0.22 0 0.43 0.13
HSL 91.28º 0.58% 0.68% -
HSV(B) 91.28º 0.43% 0.87% -
XYZ 46.7 62.02 29.59 -
YUV 195.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 172 221 127 0.22 0 0.43 0.13 91.28 0.58 0.68
Hex AC DD 7F 16 0 2B D 5B 3A 44
Octal 254 335 177 26 0 53 15 133 72 104
Binary 10101100 11011101 1111111 10110 0 101011 1101 1011011 111010 1000100

Color Harmonies of #ACDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD7F

Black with #ACDD7F

Text Example


Text Example

White with #ACDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD7F; }

 p { color: rgb(172,221,127); }

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

background-color css

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

 a { background-color: rgb(172,221,127); }

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

border-color css

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

 span { border-color: rgb(172,221,127); }

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