Html Css Color HEX #ACD087 Feijoa

📋 copy color: '#ACD087'

red 172 ◦ green 208 ◦ blue 135

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

Shades of Feijoa #ACD087

Tints of Feijoa #ACD087

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 135 (53.13% from 255) = 26.21%

R = 33.4%
G = 40.39%
B = 26.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#ACD087 (or 0xACD087) is known color: Feijoa. HEX triplet: AC, D0 and 87. RGB value is (172,208,135). Sum of RGB (Red+Green+Blue) = 172+208+135=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD087 is #532F78. Grayscale: #BDBDBD. Windows color (decimal): -5451641 or 8900780. OLE color: 8900780.

HSL color Cylindrical-coordinate representation of color #ACD087: hue angle of 89.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD087 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 135 -
CMYK 0.17 0 0.35 0.18
HSL 89.59º 0.44% 0.67% -
HSV(B) 89.59º 0.35% 0.82% -
XYZ 43.94 55.63 31.34 -
YUV 188.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 172 208 135 0.17 0 0.35 0.18 89.59 0.44 0.67
Hex AC D0 87 11 0 23 12 5A 2C 43
Octal 254 320 207 21 0 43 22 132 54 103
Binary 10101100 11010000 10000111 10001 0 100011 10010 1011010 101100 1000011

Color Harmonies of #ACD087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD087

Black with #ACD087

Text Example


Text Example

White with #ACD087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD087; }

 p { color: rgb(172,208,135); }

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

background-color css

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

 a { background-color: rgb(172,208,135); }

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

border-color css

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

 span { border-color: rgb(172,208,135); }

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