Html Css Color HEX #ACDA6E Feijoa

📋 copy color: '#ACDA6E'

red 172 ◦ green 218 ◦ blue 110

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

Shades of Feijoa #ACDA6E

Tints of Feijoa #ACDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 110 (43.36% from 255) = 22%

R = 34.4%
G = 43.6%
B = 22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#ACDA6E (or 0xACDA6E) is known color: Feijoa. HEX triplet: AC, DA and 6E. RGB value is (172,218,110). Sum of RGB (Red+Green+Blue) = 172+218+110=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA6E is #532591. Grayscale: #C0C0C0. Windows color (decimal): -5449106 or 7264940. OLE color: 7264940.

HSL color Cylindrical-coordinate representation of color #ACDA6E: hue angle of 85.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDA6E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 110 -
CMYK 0.21 0 0.50 0.15
HSL 85.56º 0.59% 0.64% -
HSV(B) 85.56º 0.5% 0.85% -
XYZ 44.9 60.04 23.97 -
YUV 191.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 172 218 110 0.21 0 0.50 0.15 85.56 0.59 0.64
Hex AC DA 6E 15 0 32 F 56 3B 40
Octal 254 332 156 25 0 62 17 126 73 100
Binary 10101100 11011010 1101110 10101 0 110010 1111 1010110 111011 1000000

Color Harmonies of #ACDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA6E

Black with #ACDA6E

Text Example


Text Example

White with #ACDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA6E; }

 p { color: rgb(172,218,110); }

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

background-color css

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

 a { background-color: rgb(172,218,110); }

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

border-color css

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

 span { border-color: rgb(172,218,110); }

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