Html Css Color HEX #ACD380 Feijoa

📋 copy color: '#ACD380'

red 172 ◦ green 211 ◦ blue 128

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

Shades of Feijoa #ACD380

Tints of Feijoa #ACD380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.05%

R = 33.66%
G = 41.29%
B = 25.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#ACD380 (or 0xACD380) is known color: Feijoa. HEX triplet: AC, D3 and 80. RGB value is (172,211,128). Sum of RGB (Red+Green+Blue) = 172+211+128=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD380 is #532C7F. Grayscale: #BEBEBE. Windows color (decimal): -5450880 or 8442796. OLE color: 8442796.

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

Color convert

RGB 172 211 128 -
CMYK 0.18 0 0.39 0.17
HSL 88.19º 0.49% 0.66% -
HSV(B) 88.19º 0.39% 0.83% -
XYZ 44.2 56.92 29.08 -
YUV 189.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 172 211 128 0.18 0 0.39 0.17 88.19 0.49 0.66
Hex AC D3 80 12 0 27 11 58 31 42
Octal 254 323 200 22 0 47 21 130 61 102
Binary 10101100 11010011 10000000 10010 0 100111 10001 1011000 110001 1000010

Color Harmonies of #ACD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD380

Black with #ACD380

Text Example


Text Example

White with #ACD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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