Html Css Color HEX #ACD378 Feijoa

📋 copy color: '#ACD378'

red 172 ◦ green 211 ◦ blue 120

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

Shades of Feijoa #ACD378

Tints of Feijoa #ACD378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

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

R = 34.19%
G = 41.95%
B = 23.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#ACD378 (or 0xACD378) is known color: Feijoa. HEX triplet: AC, D3 and 78. RGB value is (172,211,120). Sum of RGB (Red+Green+Blue) = 172+211+120=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD378 is #532C87. Grayscale: #BDBDBD. Windows color (decimal): -5450888 or 7918508. OLE color: 7918508.

HSL color Cylindrical-coordinate representation of color #ACD378: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD378 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 120 -
CMYK 0.18 0 0.43 0.17
HSL 85.71º 0.51% 0.65% -
HSV(B) 85.71º 0.43% 0.83% -
XYZ 43.7 56.72 26.41 -
YUV 188.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 172 211 120 0.18 0 0.43 0.17 85.71 0.51 0.65
Hex AC D3 78 12 0 2B 11 56 33 41
Octal 254 323 170 22 0 53 21 126 63 101
Binary 10101100 11010011 1111000 10010 0 101011 10001 1010110 110011 1000001

Color Harmonies of #ACD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD378

Black with #ACD378

Text Example


Text Example

White with #ACD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD378; }

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

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

background-color css

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

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

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

border-color css

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

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

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