Html Css Color HEX #ACCC8D Feijoa

📋 copy color: '#ACCC8D'

red 172 ◦ green 204 ◦ blue 141

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

Shades of Feijoa #ACCC8D

Tints of Feijoa #ACCC8D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.46%

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 33.27%
G = 39.46%
B = 27.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#ACCC8D (or 0xACCC8D) is known color: Feijoa. HEX triplet: AC, CC and 8D. RGB value is (172,204,141). Sum of RGB (Red+Green+Blue) = 172+204+141=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC8D is #533372. Grayscale: #BBBBBB. Windows color (decimal): -5452659 or 9292972. OLE color: 9292972.

HSL color Cylindrical-coordinate representation of color #ACCC8D: hue angle of 90.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCC8D is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 141 -
CMYK 0.16 0 0.31 0.2
HSL 90.48º 0.38% 0.68% -
HSV(B) 90.48º 0.31% 0.8% -
XYZ 43.41 53.88 33.31 -
YUV 187.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 172 204 141 0.16 0 0.31 0.2 90.48 0.38 0.68
Hex AC CC 8D 10 0 1F 14 5A 26 44
Octal 254 314 215 20 0 37 24 132 46 104
Binary 10101100 11001100 10001101 10000 0 11111 10100 1011010 100110 1000100

Color Harmonies of #ACCC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC8D

Black with #ACCC8D

Text Example


Text Example

White with #ACCC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC8D; }

 p { color: rgb(172,204,141); }

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

background-color css

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

 a { background-color: rgb(172,204,141); }

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

border-color css

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

 span { border-color: rgb(172,204,141); }

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