Html Css Color HEX #ACDA8B Feijoa

📋 copy color: '#ACDA8B'

red 172 ◦ green 218 ◦ blue 139

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

Shades of Feijoa #ACDA8B

Tints of Feijoa #ACDA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 32.51%
G = 41.21%
B = 26.28%

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

#ACDA8B (or 0xACDA8B) is known color: Feijoa. HEX triplet: AC, DA and 8B. RGB value is (172,218,139). Sum of RGB (Red+Green+Blue) = 172+218+139=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8B is #532574. Grayscale: #C3C3C3. Windows color (decimal): -5449077 or 9165484. OLE color: 9165484.

HSL color Cylindrical-coordinate representation of color #ACDA8B: hue angle of 94.94º degrees, saturation: 0.52, 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 #ACDA8B is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 139 -
CMYK 0.21 0 0.36 0.15
HSL 94.94º 0.52% 0.7% -
HSV(B) 94.94º 0.36% 0.85% -
XYZ 46.74 60.78 33.69 -
YUV 195.24 96.26 111.42 -
System Red Green Blue C M Y K H S L
Decimal 172 218 139 0.21 0 0.36 0.15 94.94 0.52 0.7
Hex AC DA 8B 15 0 24 F 5F 34 46
Octal 254 332 213 25 0 44 17 137 64 106
Binary 10101100 11011010 10001011 10101 0 100100 1111 1011111 110100 1000110

Color Harmonies of #ACDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA8B

Black with #ACDA8B

Text Example


Text Example

White with #ACDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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