Html Css Color HEX #ACD67C Feijoa

📋 copy color: '#ACD67C'

red 172 ◦ green 214 ◦ blue 124

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

Shades of Feijoa #ACD67C

Tints of Feijoa #ACD67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 33.73%
G = 41.96%
B = 24.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#ACD67C (or 0xACD67C) is known color: Feijoa. HEX triplet: AC, D6 and 7C. RGB value is (172,214,124). Sum of RGB (Red+Green+Blue) = 172+214+124=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD67C is #532983. Grayscale: #BFBFBF. Windows color (decimal): -5450116 or 8181420. OLE color: 8181420.

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

Color convert

RGB 172 214 124 -
CMYK 0.20 0 0.42 0.16
HSL 88º 0.52% 0.66% -
HSV(B) 88º 0.42% 0.84% -
XYZ 44.7 58.32 27.97 -
YUV 191.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 172 214 124 0.20 0 0.42 0.16 88 0.52 0.66
Hex AC D6 7C 14 0 2A 10 58 34 42
Octal 254 326 174 24 0 52 20 130 64 102
Binary 10101100 11010110 1111100 10100 0 101010 10000 1011000 110100 1000010

Color Harmonies of #ACD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD67C

Black with #ACD67C

Text Example


Text Example

White with #ACD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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