Html Css Color HEX #ACDD7A Feijoa

📋 copy color: '#ACDD7A'

red 172 ◦ green 221 ◦ blue 122

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

Shades of Feijoa #ACDD7A

Tints of Feijoa #ACDD7A

RGB

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

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

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

R = 33.4%
G = 42.91%
B = 23.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#ACDD7A (or 0xACDD7A) is known color: Feijoa. HEX triplet: AC, DD and 7A. RGB value is (172,221,122). Sum of RGB (Red+Green+Blue) = 172+221+122=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD7A is #532285. Grayscale: #C3C3C3. Windows color (decimal): -5448326 or 8052140. OLE color: 8052140.

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

Color convert

RGB 172 221 122 -
CMYK 0.22 0 0.45 0.13
HSL 89.7º 0.59% 0.67% -
HSV(B) 89.7º 0.45% 0.87% -
XYZ 46.38 61.89 27.91 -
YUV 195.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 172 221 122 0.22 0 0.45 0.13 89.7 0.59 0.67
Hex AC DD 7A 16 0 2D D 5A 3B 43
Octal 254 335 172 26 0 55 15 132 73 103
Binary 10101100 11011101 1111010 10110 0 101101 1101 1011010 111011 1000011

Color Harmonies of #ACDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD7A

Black with #ACDD7A

Text Example


Text Example

White with #ACDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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