Html Css Color HEX #ACDA8E Feijoa

📋 copy color: '#ACDA8E'

red 172 ◦ green 218 ◦ blue 142

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

Shades of Feijoa #ACDA8E

Tints of Feijoa #ACDA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.69%

R = 32.33%
G = 40.98%
B = 26.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#ACDA8E (or 0xACDA8E) is known color: Feijoa. HEX triplet: AC, DA and 8E. RGB value is (172,218,142). Sum of RGB (Red+Green+Blue) = 172+218+142=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8E is #532571. Grayscale: #C3C3C3. Windows color (decimal): -5449074 or 9362092. OLE color: 9362092.

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

Color convert

RGB 172 218 142 -
CMYK 0.21 0 0.35 0.15
HSL 96.32º 0.51% 0.71% -
HSV(B) 96.32º 0.35% 0.85% -
XYZ 46.97 60.87 34.86 -
YUV 195.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 172 218 142 0.21 0 0.35 0.15 96.32 0.51 0.71
Hex AC DA 8E 15 0 23 F 60 33 47
Octal 254 332 216 25 0 43 17 140 63 107
Binary 10101100 11011010 10001110 10101 0 100011 1111 1100000 110011 1000111

Color Harmonies of #ACDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA8E

Black with #ACDA8E

Text Example


Text Example

White with #ACDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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