Html Css Color HEX #ACD480 Feijoa

📋 copy color: '#ACD480'

red 172 ◦ green 212 ◦ blue 128

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

Shades of Feijoa #ACD480

Tints of Feijoa #ACD480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

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

R = 33.59%
G = 41.41%
B = 25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#ACD480 (or 0xACD480) is known color: Feijoa. HEX triplet: AC, D4 and 80. RGB value is (172,212,128). Sum of RGB (Red+Green+Blue) = 172+212+128=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD480 is #532B7F. Grayscale: #BEBEBE. Windows color (decimal): -5450624 or 8443052. OLE color: 8443052.

HSL color Cylindrical-coordinate representation of color #ACD480: hue angle of 88.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD480 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 128 -
CMYK 0.19 0 0.40 0.17
HSL 88.57º 0.49% 0.67% -
HSV(B) 88.57º 0.4% 0.83% -
XYZ 44.45 57.42 29.16 -
YUV 190.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 172 212 128 0.19 0 0.40 0.17 88.57 0.49 0.67
Hex AC D4 80 13 0 28 11 59 31 43
Octal 254 324 200 23 0 50 21 131 61 103
Binary 10101100 11010100 10000000 10011 0 101000 10001 1011001 110001 1000011

Color Harmonies of #ACD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD480

Black with #ACD480

Text Example


Text Example

White with #ACD480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD480; }

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

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

background-color css

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

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

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

border-color css

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

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

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