Html Css Color HEX #ACDA8C Feijoa

📋 copy color: '#ACDA8C'

red 172 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #ACDA8C

Tints of Feijoa #ACDA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.42%

R = 32.45%
G = 41.13%
B = 26.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#ACDA8C (or 0xACDA8C) is known color: Feijoa. HEX triplet: AC, DA and 8C. RGB value is (172,218,140). Sum of RGB (Red+Green+Blue) = 172+218+140=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8C is #532573. Grayscale: #C3C3C3. Windows color (decimal): -5449076 or 9231020. OLE color: 9231020.

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

Color convert

RGB 172 218 140 -
CMYK 0.21 0 0.36 0.15
HSL 95.38º 0.51% 0.7% -
HSV(B) 95.38º 0.36% 0.85% -
XYZ 46.82 60.81 34.08 -
YUV 195.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 172 218 140 0.21 0 0.36 0.15 95.38 0.51 0.7
Hex AC DA 8C 15 0 24 F 5F 33 46
Octal 254 332 214 25 0 44 17 137 63 106
Binary 10101100 11011010 10001100 10101 0 100100 1111 1011111 110011 1000110

Color Harmonies of #ACDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA8C

Black with #ACDA8C

Text Example


Text Example

White with #ACDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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