Html Css Color HEX #ACD388 Feijoa

📋 copy color: '#ACD388'

red 172 ◦ green 211 ◦ blue 136

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

Shades of Feijoa #ACD388

Tints of Feijoa #ACD388

RGB

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

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

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

R = 33.14%
G = 40.66%
B = 26.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#ACD388 (or 0xACD388) is known color: Feijoa. HEX triplet: AC, D3 and 88. RGB value is (172,211,136). Sum of RGB (Red+Green+Blue) = 172+211+136=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD388 is #532C77. Grayscale: #BFBFBF. Windows color (decimal): -5450872 or 8967084. OLE color: 8967084.

HSL color Cylindrical-coordinate representation of color #ACD388: hue angle of 91.2º degrees, saturation: 0.46, 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 #ACD388 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 136 -
CMYK 0.18 0 0.36 0.17
HSL 91.2º 0.46% 0.68% -
HSV(B) 91.2º 0.36% 0.83% -
XYZ 44.75 57.14 31.96 -
YUV 190.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 172 211 136 0.18 0 0.36 0.17 91.2 0.46 0.68
Hex AC D3 88 12 0 24 11 5B 2E 44
Octal 254 323 210 22 0 44 21 133 56 104
Binary 10101100 11010011 10001000 10010 0 100100 10001 1011011 101110 1000100

Color Harmonies of #ACD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD388

Black with #ACD388

Text Example


Text Example

White with #ACD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD388; }

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

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

background-color css

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

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

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

border-color css

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

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

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