Html Css Color HEX #ACDB83 Feijoa

📋 copy color: '#ACDB83'

red 172 ◦ green 219 ◦ blue 131

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

Shades of Feijoa #ACDB83

Tints of Feijoa #ACDB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 32.95%
G = 41.95%
B = 25.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#ACDB83 (or 0xACDB83) is known color: Feijoa. HEX triplet: AC, DB and 83. RGB value is (172,219,131). Sum of RGB (Red+Green+Blue) = 172+219+131=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB83 is #53247C. Grayscale: #C3C3C3. Windows color (decimal): -5448829 or 8641452. OLE color: 8641452.

HSL color Cylindrical-coordinate representation of color #ACDB83: hue angle of 92.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDB83 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 131 -
CMYK 0.21 0 0.40 0.14
HSL 92.05º 0.55% 0.69% -
HSV(B) 92.05º 0.4% 0.86% -
XYZ 46.44 61.07 30.81 -
YUV 194.92 91.93 111.66 -
System Red Green Blue C M Y K H S L
Decimal 172 219 131 0.21 0 0.40 0.14 92.05 0.55 0.69
Hex AC DB 83 15 0 28 E 5C 37 45
Octal 254 333 203 25 0 50 16 134 67 105
Binary 10101100 11011011 10000011 10101 0 101000 1110 1011100 110111 1000101

Color Harmonies of #ACDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB83

Black with #ACDB83

Text Example


Text Example

White with #ACDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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