Html Css Color HEX #ACD97E Feijoa

📋 copy color: '#ACD97E'

red 172 ◦ green 217 ◦ blue 126

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

Shades of Feijoa #ACD97E

Tints of Feijoa #ACD97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 33.4%
G = 42.14%
B = 24.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#ACD97E (or 0xACD97E) is known color: Feijoa. HEX triplet: AC, D9 and 7E. RGB value is (172,217,126). Sum of RGB (Red+Green+Blue) = 172+217+126=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD97E is #532681. Grayscale: #C1C1C1. Windows color (decimal): -5449346 or 8313260. OLE color: 8313260.

HSL color Cylindrical-coordinate representation of color #ACD97E: hue angle of 89.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD97E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 126 -
CMYK 0.21 0 0.42 0.15
HSL 89.67º 0.54% 0.67% -
HSV(B) 89.67º 0.42% 0.85% -
XYZ 45.59 59.9 28.9 -
YUV 193.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 172 217 126 0.21 0 0.42 0.15 89.67 0.54 0.67
Hex AC D9 7E 15 0 2A F 5A 36 43
Octal 254 331 176 25 0 52 17 132 66 103
Binary 10101100 11011001 1111110 10101 0 101010 1111 1011010 110110 1000011

Color Harmonies of #ACD97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD97E

Black with #ACD97E

Text Example


Text Example

White with #ACD97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD97E; }

 p { color: rgb(172,217,126); }

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

background-color css

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

 a { background-color: rgb(172,217,126); }

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

border-color css

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

 span { border-color: rgb(172,217,126); }

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