Html Css Color HEX #ACCC8A Feijoa

📋 copy color: '#ACCC8A'

red 172 ◦ green 204 ◦ blue 138

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

Shades of Feijoa #ACCC8A

Tints of Feijoa #ACCC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 33.46%
G = 39.69%
B = 26.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#ACCC8A (or 0xACCC8A) is known color: Feijoa. HEX triplet: AC, CC and 8A. RGB value is (172,204,138). Sum of RGB (Red+Green+Blue) = 172+204+138=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC8A is #533375. Grayscale: #BBBBBB. Windows color (decimal): -5452662 or 9096364. OLE color: 9096364.

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

Color convert

RGB 172 204 138 -
CMYK 0.16 0 0.32 0.2
HSL 89.09º 0.39% 0.67% -
HSV(B) 89.09º 0.32% 0.8% -
XYZ 43.19 53.79 32.15 -
YUV 186.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 172 204 138 0.16 0 0.32 0.2 89.09 0.39 0.67
Hex AC CC 8A 10 0 20 14 59 27 43
Octal 254 314 212 20 0 40 24 131 47 103
Binary 10101100 11001100 10001010 10000 0 100000 10100 1011001 100111 1000011

Color Harmonies of #ACCC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC8A

Black with #ACCC8A

Text Example


Text Example

White with #ACCC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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