Html Css Color HEX #ACD883 Feijoa

📋 copy color: '#ACD883'

red 172 ◦ green 216 ◦ blue 131

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

Shades of Feijoa #ACD883

Tints of Feijoa #ACD883

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 131 (51.56% from 255) = 25.24%

R = 33.14%
G = 41.62%
B = 25.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#ACD883 (or 0xACD883) is known color: Feijoa. HEX triplet: AC, D8 and 83. RGB value is (172,216,131). Sum of RGB (Red+Green+Blue) = 172+216+131=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD883 is #53277C. Grayscale: #C1C1C1. Windows color (decimal): -5449597 or 8640684. OLE color: 8640684.

HSL color Cylindrical-coordinate representation of color #ACD883: hue angle of 91.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD883 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 131 -
CMYK 0.20 0 0.39 0.15
HSL 91.06º 0.52% 0.68% -
HSV(B) 91.06º 0.39% 0.85% -
XYZ 45.67 59.52 30.55 -
YUV 193.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 172 216 131 0.20 0 0.39 0.15 91.06 0.52 0.68
Hex AC D8 83 14 0 27 F 5B 34 44
Octal 254 330 203 24 0 47 17 133 64 104
Binary 10101100 11011000 10000011 10100 0 100111 1111 1011011 110100 1000100

Color Harmonies of #ACD883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD883

Black with #ACD883

Text Example


Text Example

White with #ACD883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD883; }

 p { color: rgb(172,216,131); }

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

background-color css

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

 a { background-color: rgb(172,216,131); }

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

border-color css

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

 span { border-color: rgb(172,216,131); }

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