Html Css Color HEX #ACCD90 Feijoa

📋 copy color: '#ACCD90'

red 172 ◦ green 205 ◦ blue 144

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

Shades of Feijoa #ACCD90

Tints of Feijoa #ACCD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 33.01%
G = 39.35%
B = 27.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#ACCD90 (or 0xACCD90) is known color: Feijoa. HEX triplet: AC, CD and 90. RGB value is (172,205,144). Sum of RGB (Red+Green+Blue) = 172+205+144=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD90 is #53326F. Grayscale: #BCBCBC. Windows color (decimal): -5452400 or 9489836. OLE color: 9489836.

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

Color convert

RGB 172 205 144 -
CMYK 0.16 0 0.30 0.20
HSL 92.46º 0.38% 0.68% -
HSV(B) 92.46º 0.3% 0.8% -
XYZ 43.88 54.45 34.58 -
YUV 188.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 172 205 144 0.16 0 0.30 0.20 92.46 0.38 0.68
Hex AC CD 90 10 0 1E 14 5C 26 44
Octal 254 315 220 20 0 36 24 134 46 104
Binary 10101100 11001101 10010000 10000 0 11110 10100 1011100 100110 1000100

Color Harmonies of #ACCD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD90

Black with #ACCD90

Text Example


Text Example

White with #ACCD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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