Html Css Color HEX #ACD678 Feijoa

📋 copy color: '#ACD678'

red 172 ◦ green 214 ◦ blue 120

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

Shades of Feijoa #ACD678

Tints of Feijoa #ACD678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 33.99%
G = 42.29%
B = 23.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#ACD678 (or 0xACD678) is known color: Feijoa. HEX triplet: AC, D6 and 78. RGB value is (172,214,120). Sum of RGB (Red+Green+Blue) = 172+214+120=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD678 is #532987. Grayscale: #BFBFBF. Windows color (decimal): -5450120 or 7919276. OLE color: 7919276.

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

Color convert

RGB 172 214 120 -
CMYK 0.20 0 0.44 0.16
HSL 86.81º 0.53% 0.65% -
HSV(B) 86.81º 0.44% 0.84% -
XYZ 44.45 58.22 26.66 -
YUV 190.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 172 214 120 0.20 0 0.44 0.16 86.81 0.53 0.65
Hex AC D6 78 14 0 2C 10 57 35 41
Octal 254 326 170 24 0 54 20 127 65 101
Binary 10101100 11010110 1111000 10100 0 101100 10000 1010111 110101 1000001

Color Harmonies of #ACD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD678

Black with #ACD678

Text Example


Text Example

White with #ACD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD678; }

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

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

background-color css

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

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

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

border-color css

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

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

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