Html Css Color HEX #ACDA6F Feijoa

📋 copy color: '#ACDA6F'

red 172 ◦ green 218 ◦ blue 111

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

Shades of Feijoa #ACDA6F

Tints of Feijoa #ACDA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.16%

R = 34.33%
G = 43.51%
B = 22.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#ACDA6F (or 0xACDA6F) is known color: Feijoa. HEX triplet: AC, DA and 6F. RGB value is (172,218,111). Sum of RGB (Red+Green+Blue) = 172+218+111=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA6F is #532590. Grayscale: #C0C0C0. Windows color (decimal): -5449105 or 7330476. OLE color: 7330476.

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

Color convert

RGB 172 218 111 -
CMYK 0.21 0 0.49 0.15
HSL 85.79º 0.59% 0.65% -
HSV(B) 85.79º 0.49% 0.85% -
XYZ 44.95 60.06 24.26 -
YUV 192.05 82.26 113.7 -
System Red Green Blue C M Y K H S L
Decimal 172 218 111 0.21 0 0.49 0.15 85.79 0.59 0.65
Hex AC DA 6F 15 0 31 F 56 3B 41
Octal 254 332 157 25 0 61 17 126 73 101
Binary 10101100 11011010 1101111 10101 0 110001 1111 1010110 111011 1000001

Color Harmonies of #ACDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA6F

Black with #ACDA6F

Text Example


Text Example

White with #ACDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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