Html Css Color HEX #ACD688 Feijoa

📋 copy color: '#ACD688'

red 172 ◦ green 214 ◦ blue 136

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

Shades of Feijoa #ACD688

Tints of Feijoa #ACD688

RGB

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

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

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

R = 32.95%
G = 41%
B = 26.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#ACD688 (or 0xACD688) is known color: Feijoa. HEX triplet: AC, D6 and 88. RGB value is (172,214,136). Sum of RGB (Red+Green+Blue) = 172+214+136=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD688 is #532977. Grayscale: #C0C0C0. Windows color (decimal): -5450104 or 8967852. OLE color: 8967852.

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

Color convert

RGB 172 214 136 -
CMYK 0.20 0 0.36 0.16
HSL 92.31º 0.49% 0.69% -
HSV(B) 92.31º 0.36% 0.84% -
XYZ 45.5 58.64 32.21 -
YUV 192.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 172 214 136 0.20 0 0.36 0.16 92.31 0.49 0.69
Hex AC D6 88 14 0 24 10 5C 31 45
Octal 254 326 210 24 0 44 20 134 61 105
Binary 10101100 11010110 10001000 10100 0 100100 10000 1011100 110001 1000101

Color Harmonies of #ACD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD688

Black with #ACD688

Text Example


Text Example

White with #ACD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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