Html Css Color HEX #ACD488 Feijoa

📋 copy color: '#ACD488'

red 172 ◦ green 212 ◦ blue 136

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

Shades of Feijoa #ACD488

Tints of Feijoa #ACD488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 33.08%
G = 40.77%
B = 26.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#ACD488 (or 0xACD488) is known color: Feijoa. HEX triplet: AC, D4 and 88. RGB value is (172,212,136). Sum of RGB (Red+Green+Blue) = 172+212+136=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD488 is #532B77. Grayscale: #BFBFBF. Windows color (decimal): -5450616 or 8967340. OLE color: 8967340.

HSL color Cylindrical-coordinate representation of color #ACD488: hue angle of 91.58º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD488 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 136 -
CMYK 0.19 0 0.36 0.17
HSL 91.58º 0.47% 0.68% -
HSV(B) 91.58º 0.36% 0.83% -
XYZ 45 57.64 32.05 -
YUV 191.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 172 212 136 0.19 0 0.36 0.17 91.58 0.47 0.68
Hex AC D4 88 13 0 24 11 5C 2F 44
Octal 254 324 210 23 0 44 21 134 57 104
Binary 10101100 11010100 10001000 10011 0 100100 10001 1011100 101111 1000100

Color Harmonies of #ACD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD488

Black with #ACD488

Text Example


Text Example

White with #ACD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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