Html Css Color HEX #ACDA81 Feijoa

📋 copy color: '#ACDA81'

red 172 ◦ green 218 ◦ blue 129

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

Shades of Feijoa #ACDA81

Tints of Feijoa #ACDA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 33.14%
G = 42%
B = 24.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ACDA81 (or 0xACDA81) is known color: Feijoa. HEX triplet: AC, DA and 81. RGB value is (172,218,129). Sum of RGB (Red+Green+Blue) = 172+218+129=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA81 is #53257E. Grayscale: #C2C2C2. Windows color (decimal): -5449087 or 8510124. OLE color: 8510124.

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

Color convert

RGB 172 218 129 -
CMYK 0.21 0 0.41 0.15
HSL 91.01º 0.55% 0.68% -
HSV(B) 91.01º 0.41% 0.85% -
XYZ 46.05 60.5 30.02 -
YUV 194.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 172 218 129 0.21 0 0.41 0.15 91.01 0.55 0.68
Hex AC DA 81 15 0 29 F 5B 37 44
Octal 254 332 201 25 0 51 17 133 67 104
Binary 10101100 11011010 10000001 10101 0 101001 1111 1011011 110111 1000100

Color Harmonies of #ACDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA81

Black with #ACDA81

Text Example


Text Example

White with #ACDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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