Html Css Color HEX #ACD66E Feijoa

📋 copy color: '#ACD66E'

red 172 ◦ green 214 ◦ blue 110

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

Shades of Feijoa #ACD66E

Tints of Feijoa #ACD66E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

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

R = 34.68%
G = 43.15%
B = 22.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#ACD66E (or 0xACD66E) is known color: Feijoa. HEX triplet: AC, D6 and 6E. RGB value is (172,214,110). Sum of RGB (Red+Green+Blue) = 172+214+110=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD66E is #532991. Grayscale: #BDBDBD. Windows color (decimal): -5450130 or 7263916. OLE color: 7263916.

HSL color Cylindrical-coordinate representation of color #ACD66E: hue angle of 84.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD66E is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 110 -
CMYK 0.20 0 0.49 0.16
HSL 84.23º 0.56% 0.64% -
HSV(B) 84.23º 0.49% 0.84% -
XYZ 43.87 57.99 23.63 -
YUV 189.59 83.09 115.46 -
System Red Green Blue C M Y K H S L
Decimal 172 214 110 0.20 0 0.49 0.16 84.23 0.56 0.64
Hex AC D6 6E 14 0 31 10 54 38 40
Octal 254 326 156 24 0 61 20 124 70 100
Binary 10101100 11010110 1101110 10100 0 110001 10000 1010100 111000 1000000

Color Harmonies of #ACD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD66E

Black with #ACD66E

Text Example


Text Example

White with #ACD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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