Html Css Color HEX #ACDB90 Feijoa

📋 copy color: '#ACDB90'

red 172 ◦ green 219 ◦ blue 144

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

Shades of Feijoa #ACDB90

Tints of Feijoa #ACDB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

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

R = 32.15%
G = 40.93%
B = 26.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#ACDB90 (or 0xACDB90) is known color: Feijoa. HEX triplet: AC, DB and 90. RGB value is (172,219,144). Sum of RGB (Red+Green+Blue) = 172+219+144=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB90 is #53246F. Grayscale: #C4C4C4. Windows color (decimal): -5448816 or 9493420. OLE color: 9493420.

HSL color Cylindrical-coordinate representation of color #ACDB90: hue angle of 97.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACDB90 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 144 -
CMYK 0.21 0 0.34 0.14
HSL 97.6º 0.51% 0.71% -
HSV(B) 97.6º 0.34% 0.86% -
XYZ 47.38 61.45 35.75 -
YUV 196.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 172 219 144 0.21 0 0.34 0.14 97.6 0.51 0.71
Hex AC DB 90 15 0 22 E 62 33 47
Octal 254 333 220 25 0 42 16 142 63 107
Binary 10101100 11011011 10010000 10101 0 100010 1110 1100010 110011 1000111

Color Harmonies of #ACDB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB90

Black with #ACDB90

Text Example


Text Example

White with #ACDB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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