Html Css Color HEX #ACD66F Feijoa

📋 copy color: '#ACD66F'

red 172 ◦ green 214 ◦ blue 111

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

Shades of Feijoa #ACD66F

Tints of Feijoa #ACD66F

RGB

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

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

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

R = 34.61%
G = 43.06%
B = 22.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#ACD66F (or 0xACD66F) is known color: Feijoa. HEX triplet: AC, D6 and 6F. RGB value is (172,214,111). Sum of RGB (Red+Green+Blue) = 172+214+111=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD66F is #532990. Grayscale: #BEBEBE. Windows color (decimal): -5450129 or 7329452. OLE color: 7329452.

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

Color convert

RGB 172 214 111 -
CMYK 0.20 0 0.48 0.16
HSL 84.47º 0.56% 0.64% -
HSV(B) 84.47º 0.48% 0.84% -
XYZ 43.93 58.01 23.92 -
YUV 189.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 172 214 111 0.20 0 0.48 0.16 84.47 0.56 0.64
Hex AC D6 6F 14 0 30 10 54 38 40
Octal 254 326 157 24 0 60 20 124 70 100
Binary 10101100 11010110 1101111 10100 0 110000 10000 1010100 111000 1000000

Color Harmonies of #ACD66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD66F

Black with #ACD66F

Text Example


Text Example

White with #ACD66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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