Html Css Color HEX #ACDD7D Feijoa

📋 copy color: '#ACDD7D'

red 172 ◦ green 221 ◦ blue 125

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

Shades of Feijoa #ACDD7D

Tints of Feijoa #ACDD7D

RGB

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

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

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

R = 33.2%
G = 42.66%
B = 24.13%

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

#ACDD7D (or 0xACDD7D) is known color: Feijoa. HEX triplet: AC, DD and 7D. RGB value is (172,221,125). Sum of RGB (Red+Green+Blue) = 172+221+125=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD7D is #532282. Grayscale: #C3C3C3. Windows color (decimal): -5448323 or 8248748. OLE color: 8248748.

HSL color Cylindrical-coordinate representation of color #ACDD7D: hue angle of 90.62º degrees, saturation: 0.59, 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 #ACDD7D is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 125 -
CMYK 0.22 0 0.43 0.13
HSL 90.63º 0.59% 0.68% -
HSV(B) 90.63º 0.43% 0.87% -
XYZ 46.57 61.96 28.91 -
YUV 195.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 172 221 125 0.22 0 0.43 0.13 90.63 0.59 0.68
Hex AC DD 7D 16 0 2B D 5B 3B 44
Octal 254 335 175 26 0 53 15 133 73 104
Binary 10101100 11011101 1111101 10110 0 101011 1101 1011011 111011 1000100

Color Harmonies of #ACDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD7D

Black with #ACDD7D

Text Example


Text Example

White with #ACDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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