Html Css Color HEX #ACCC90 Feijoa

📋 copy color: '#ACCC90'

red 172 ◦ green 204 ◦ blue 144

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

Shades of Feijoa #ACCC90

Tints of Feijoa #ACCC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.69%

R = 33.08%
G = 39.23%
B = 27.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#ACCC90 (or 0xACCC90) is known color: Feijoa. HEX triplet: AC, CC and 90. RGB value is (172,204,144). Sum of RGB (Red+Green+Blue) = 172+204+144=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC90 is #53336F. Grayscale: #BBBBBB. Windows color (decimal): -5452656 or 9489580. OLE color: 9489580.

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

Color convert

RGB 172 204 144 -
CMYK 0.16 0 0.29 0.2
HSL 92º 0.37% 0.68% -
HSV(B) 92º 0.29% 0.8% -
XYZ 43.64 53.97 34.5 -
YUV 187.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 172 204 144 0.16 0 0.29 0.2 92 0.37 0.68
Hex AC CC 90 10 0 1D 14 5C 25 44
Octal 254 314 220 20 0 35 24 134 45 104
Binary 10101100 11001100 10010000 10000 0 11101 10100 1011100 100101 1000100

Color Harmonies of #ACCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC90

Black with #ACCC90

Text Example


Text Example

White with #ACCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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