Html Css Color HEX #ACDC6E Feijoa

📋 copy color: '#ACDC6E'

red 172 ◦ green 220 ◦ blue 110

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

Shades of Feijoa #ACDC6E

Tints of Feijoa #ACDC6E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 110 (43.36% from 255) = 21.91%

R = 34.26%
G = 43.82%
B = 21.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ACDC6E (or 0xACDC6E) is known color: Feijoa. HEX triplet: AC, DC and 6E. RGB value is (172,220,110). Sum of RGB (Red+Green+Blue) = 172+220+110=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC6E is #532391. Grayscale: #C1C1C1. Windows color (decimal): -5448594 or 7265452. OLE color: 7265452.

HSL color Cylindrical-coordinate representation of color #ACDC6E: hue angle of 86.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDC6E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 110 -
CMYK 0.22 0 0.50 0.14
HSL 86.18º 0.61% 0.65% -
HSV(B) 86.18º 0.5% 0.86% -
XYZ 45.42 61.08 24.15 -
YUV 193.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 172 220 110 0.22 0 0.50 0.14 86.18 0.61 0.65
Hex AC DC 6E 16 0 32 E 56 3D 41
Octal 254 334 156 26 0 62 16 126 75 101
Binary 10101100 11011100 1101110 10110 0 110010 1110 1010110 111101 1000001

Color Harmonies of #ACDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC6E

Black with #ACDC6E

Text Example


Text Example

White with #ACDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC6E; }

 p { color: rgb(172,220,110); }

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

background-color css

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

 a { background-color: rgb(172,220,110); }

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

border-color css

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

 span { border-color: rgb(172,220,110); }

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